summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-09 20:03:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-09 20:03:59 +0000
commitbbb846b405780d6d6f3bfd3ec148981e5c35ea55 (patch)
tree88cf71168150cf02656443f3a3004858a806d58e /cpukit/score/include/rtems
parentenhanced rtems_shutdown_executive to insure that no attempt will (diff)
downloadrtems-bbb846b405780d6d6f3bfd3ec148981e5c35ea55.tar.bz2
added SYSTEM_STATE_SHUTDOWN
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index 1e38549db7..9d3cabcf08 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -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;