From bbb846b405780d6d6f3bfd3ec148981e5c35ea55 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Apr 1997 20:03:59 +0000 Subject: [PATCH] added SYSTEM_STATE_SHUTDOWN --- c/src/exec/score/headers/sysstate.h | 1 + c/src/exec/score/include/rtems/score/sysstate.h | 1 + cpukit/score/include/rtems/score/sysstate.h | 1 + 3 files changed, 3 insertions(+) diff --git a/c/src/exec/score/headers/sysstate.h b/c/src/exec/score/headers/sysstate.h index 1e38549db7..9d3cabcf08 100644 --- a/c/src/exec/score/headers/sysstate.h +++ b/c/src/exec/score/headers/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; diff --git a/c/src/exec/score/include/rtems/score/sysstate.h b/c/src/exec/score/include/rtems/score/sysstate.h index 1e38549db7..9d3cabcf08 100644 --- a/c/src/exec/score/include/rtems/score/sysstate.h +++ b/c/src/exec/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; 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;