diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 21:18:05 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 21:18:05 +0300 |
commit | b2bcd0fc0f9b06cc021d46bdc954addb3c433f99 (patch) | |
tree | 809d58bf1a0ede4a258dcae0b33fe6e14194d9ce /slstatus.h | |
parent | debe2e06f3a4b809e16913b11e1ce7460dffdf39 (diff) |
Added the following functions: vram_perc, vram_total, vram_used.
Changes to be committed:
modified: README
modified: components/vram.c
modified: config.def.h
modified: config.h
modified: slstatus.h
Diffstat (limited to 'slstatus.h')
-rw-r--r-- | slstatus.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ const char *num_files(const char *path); /* vram */ const char *vram_perc(const char *unused); +const char *vram_total(const char *unused); +const char *vram_used(const char *unused); /* ram */ const char *ram_free(const char *unused); |