aboutsummaryrefslogtreecommitdiff
path: root/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules.h b/modules.h
index 139c9e7..2db07ce 100644
--- a/modules.h
+++ b/modules.h
@@ -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);