diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-10-22 23:29:12 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-10-22 23:29:12 +0600 |
| commit | 2f79dd96972201b147d9c1a5ec94cc0f543959b9 (patch) | |
| tree | afad4083f8bb0318c95886a6a7fc4fbcaaf8d9c4 /modules.h | |
| parent | 9689404d6ecbda6ff6fe5a9f8a078d3409d19f3a (diff) | |
Added memory status module
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); |