diff options
Diffstat (limited to 'data.cpp')
-rw-r--r-- | data.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -46,14 +46,15 @@ extern "C" #include "data.h" #include "tw_reboot.h" #include "roots.h" + #include "gui/pages.h" + + void gui_notifyVarChange(const char *name, const char* value); int get_battery_level(void); void get_device_id(void); extern char device_id[15]; - void gui_notifyVarChange(const char *name, const char* value); - int __system(const char *command); } |