diff options
Diffstat (limited to 'core.h')
-rw-r--r-- | core.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ void save_relative_path(char *buf, size_t len, const char *basename); void sram_read(void); void sram_write(void); +void rtc_read(void); +void rtc_write(void); + bool state_allowed(void); void state_file_name(char *name, size_t size, int slot); bool state_exists(int slot); |