Hax to make it boot

This commit is contained in:
Dees_Troy
2012-09-05 20:47:21 -04:00
parent 51a0e82eb2
commit 7d15c25b3a
13 changed files with 1123 additions and 24 deletions
+3 -2
View File
@@ -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);
}