summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate/switch_rec_attn/cen_switch_rec_attn.H
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2013-01-09 14:12:14 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-22 13:52:19 -0600
commit10040185a64e19a75145962e4490ec30a7061aea (patch)
tree2c82c2dc47e122fbc8a3a2929b42f1866a51df48 /src/usr/hwpf/hwp/core_activate/switch_rec_attn/cen_switch_rec_attn.H
parent04921010fb97063d0abf134c0786a3b3017ab0c1 (diff)
downloadtalos-hostboot-10040185a64e19a75145962e4490ec30a7061aea.tar.gz
talos-hostboot-10040185a64e19a75145962e4490ec30a7061aea.zip
Implement cen_switch_rec_attn and proc_switch_rec_attn
Change-Id: Iae01facf7e3647389c7565925133f8d729c22ff7 RTC:59015 59014 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2922 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/core_activate/switch_rec_attn/cen_switch_rec_attn.H')
-rw-r--r--src/usr/hwpf/hwp/core_activate/switch_rec_attn/cen_switch_rec_attn.H69
1 files changed, 69 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/switch_rec_attn/cen_switch_rec_attn.H b/src/usr/hwpf/hwp/core_activate/switch_rec_attn/cen_switch_rec_attn.H
new file mode 100644
index 000000000..5139db96f
--- /dev/null
+++ b/src/usr/hwpf/hwp/core_activate/switch_rec_attn/cen_switch_rec_attn.H
@@ -0,0 +1,69 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/core_activate/switch_rec_attn/cen_switch_rec_attn.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2013 */
+/* */
+/* 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 */
+// $Id: cen_switch_rec_attn.H,v 1.1 2012/12/10 22:39:06 mfred Exp $
+// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/centaur/working/procedures/ipl/fapi/cen_switch_rec_attn.H,v $
+//------------------------------------------------------------------------------
+// *! (C) Copyright International Business Machines Corp. 2011
+// *! All Rights Reserved -- Property of IBM
+// *! *** IBM Confidential ***
+//------------------------------------------------------------------------------
+// *! TITLE : cen_switch_rec_attn.H
+// *! DESCRIPTION : The purpose of this procedure is to route Centaur recoverable attentions to the FSP instead of to the P8 host.
+// *! OWNER NAME : Mark Fredrickson Email: mfred@us.ibm.com
+//
+// Header file for cen_switch_rec_attn.
+//
+//------------------------------------------------------------------------------
+// Don't forget to create CVS comments when you check in your changes!
+//------------------------------------------------------------------------------
+// CHANGE HISTORY:
+//------------------------------------------------------------------------------
+// Version:| Author: | Date: | Comment:
+//---------|----------|---------|-----------------------------------------------
+// 1.0 | mfred | 05/30/12| Initial creation
+
+#ifndef CEN_SWITCH_REC_ATTNHWPB_H_
+#define CEN_SWITCH_REC_ATTNHWPB_H_
+
+#include <fapi.H>
+
+typedef fapi::ReturnCode (*cen_switch_rec_attn_FP_t)(const fapi::Target& i_target);
+
+extern "C"
+{
+ // Target is centaur
+
+/**
+ * @brief cen_switch_rec_attn procedure. The purpose of this procedure is to route Centaur recoverable attentions to the FSP instead of to the P8 host.
+ *
+ * @param[in] i_target Reference to centaur target
+ *
+ * @return ReturnCode
+ */
+
+ fapi::ReturnCode cen_switch_rec_attn(const fapi::Target& i_target);
+ // Target is centaur
+
+} // extern "C"
+
+#endif // CEN_SWITCH_REC_ATTNHWPB_H_
OpenPOWER on IntegriCloud