summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/terminate.H
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2012-10-22 16:25:14 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-10-24 15:43:41 -0500
commitad829721422d652ea89123c6e4c8aecdee0144af (patch)
treebcf03c419c8aa87e8c235355cd5c2440a3c7266f /src/include/kernel/terminate.H
parent799ce7095b6a019d4103685ae85558418b9368c7 (diff)
downloadblackbird-hostboot-ad829721422d652ea89123c6e4c8aecdee0144af.tar.gz
blackbird-hostboot-ad829721422d652ea89123c6e4c8aecdee0144af.zip
Terminate Immediate Structure defintion
- Add include files into the fsp.tar Change-Id: I12a50f7e09f70b1bc6acf436d896b6f3747a7507 RTC:50578 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2115 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/terminate.H')
-rw-r--r--src/include/kernel/terminate.H45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/include/kernel/terminate.H b/src/include/kernel/terminate.H
new file mode 100644
index 000000000..db93a1b0b
--- /dev/null
+++ b/src/include/kernel/terminate.H
@@ -0,0 +1,45 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/kernel/terminate.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 */
+/** @file terminate.H
+ * @brief Defines kernel information about the TI data area
+ */
+#ifndef __KERNEL_TERMINATE_H
+#define __KERNEL_TERMINATE_H
+
+#include <kernel/types.h>
+
+/** @fn terminateAndUpdateSaveArea
+ * Update TI data area with src or PLID and force a TI
+ * @param[in] i_type : indicates if an src or plid is stored
+ * @param[in] i_source: indicates what type of fail forced the TI
+ * @param[in] *i_src: SRC to be stored
+ * @param[in] i_plid: plid to be stored
+ * @param[out] NONE:
+ */
+void terminateAndUpdateSaveArea(uint16_t i_type,
+ uint16_t i_source,
+ uint64_t *i_src,
+ uint64_t plid = 0);
+
+
+#endif
OpenPOWER on IntegriCloud