diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,7 @@ #define SelfCalError 73 #define NetworkNotFound 74 #define ThisShouldntHappen 75 +#define Startup_Not_Finished 76 #define YES 1 #define NO 0 @@ -748,6 +749,7 @@ typedef struct { int force_output_fully_off; int shutdown_started; int flash_write_in_progress; + int startup_complete; } FlagStruct; |