added SYSTEM_STATE_SHUTDOWN

This commit is contained in:
Joel Sherrill
1997-04-09 20:03:59 +00:00
parent eafd6989b7
commit bbb846b405
3 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ typedef enum {
SYSTEM_STATE_BEFORE_MULTITASKING, /* end of 1st -> beginning of 2nd */
SYSTEM_STATE_BEGIN_MULTITASKING, /* just before multitasking starts */
SYSTEM_STATE_UP, /* normal operation */
SYSTEM_STATE_SHUTDOWN, /* shutdown */
SYSTEM_STATE_FAILED /* fatal error occurred */
} System_state_Codes;

View File

@@ -33,6 +33,7 @@ typedef enum {
SYSTEM_STATE_BEFORE_MULTITASKING, /* end of 1st -> beginning of 2nd */
SYSTEM_STATE_BEGIN_MULTITASKING, /* just before multitasking starts */
SYSTEM_STATE_UP, /* normal operation */
SYSTEM_STATE_SHUTDOWN, /* shutdown */
SYSTEM_STATE_FAILED /* fatal error occurred */
} System_state_Codes;