summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/smpimpl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/smpimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/smpimpl.h b/cpukit/score/include/rtems/score/smpimpl.h
index 0c5882b04b..c32d4a2001 100644
--- a/cpukit/score/include/rtems/score/smpimpl.h
+++ b/cpukit/score/include/rtems/score/smpimpl.h
@@ -47,7 +47,8 @@ extern "C" {
* @brief SMP fatal codes.
*/
typedef enum {
- SMP_FATAL_SHUTDOWN
+ SMP_FATAL_SHUTDOWN,
+ SMP_FATAL_SHUTDOWN_EARLY
} SMP_Fatal_code;
/**