From bbb846b405780d6d6f3bfd3ec148981e5c35ea55 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Apr 1997 20:03:59 +0000 Subject: added SYSTEM_STATE_SHUTDOWN --- cpukit/score/include/rtems/score/sysstate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/include/rtems') 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; -- cgit v1.2.3