diff options
Diffstat (limited to 'modules.h')
| -rw-r--r-- | modules.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -12,8 +12,13 @@ void battery(void); #ifndef CPU_H #define CPU_H void cpu(void); -// cmus #endif +// mem +#ifndef MEM_H +#define MEM_H +void mem(void); +#endif +// cmus #ifndef CMUS_H #define CMUS_H void cmus(void); |