summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/kernel_reasoncodes.H
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2012-10-29 13:55:23 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-09 08:51:25 -0600
commit0db3db91302876adc4490b9c3c1ff10945b38044 (patch)
tree3ec7d6bd4730420e7103bb0b6b326c01f295092d /src/include/kernel/kernel_reasoncodes.H
parented66b035444144109e66283e4b97087b918c6b93 (diff)
downloadblackbird-hostboot-0db3db91302876adc4490b9c3c1ff10945b38044.tar.gz
blackbird-hostboot-0db3db91302876adc4490b9c3c1ff10945b38044.zip
Terminate Immediate on a shutdown and assert
Change-Id: I37c8956afb11c69201f4936821cff5e153327780 RTC:43793 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2194 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/kernel_reasoncodes.H')
-rw-r--r--src/include/kernel/kernel_reasoncodes.H43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/include/kernel/kernel_reasoncodes.H b/src/include/kernel/kernel_reasoncodes.H
new file mode 100644
index 000000000..fe4748a19
--- /dev/null
+++ b/src/include/kernel/kernel_reasoncodes.H
@@ -0,0 +1,43 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/kernel/kernel_reasoncodes.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2012 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
+#ifndef __KERNEL_REASONCODES_H
+#define __KERNEL_REASONCODES_H
+
+
+#include <usr/hbotcompid.H>
+
+
+ enum KernelModuleId
+ {
+ MOD_KERNEL_INVALID = 0x00, /**< Zero is an invalid module id */
+ MOD_KERNEL_TERMINATE = 0x01, /**< terminate.C : save SRC */
+
+ };
+
+ enum KernelReasonCode
+ {
+ RC_ASSERT = KERNEL_COMP_ID | 0x01, /**< Assert */
+ RC_SHUTDOWN = KERNEL_COMP_ID | 0x02, /**< Shutdown */
+ };
+
+#endif
OpenPOWER on IntegriCloud