summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_block_wakeup_intr.C
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-02-11 16:23:17 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-23 12:49:26 -0600
commit86b05d42536360ba5ba32f5c23d76e0b1585cc65 (patch)
treef00b6b4a8c90cd883547bb0e11584fcb0a2005ff /src/import/chips/p9/procedures/hwp/pm/p9_block_wakeup_intr.C
parent79dda8f853a2bb9e7721249c881de152ffa8665f (diff)
downloadtalos-hostboot-86b05d42536360ba5ba32f5c23d76e0b1585cc65.tar.gz
talos-hostboot-86b05d42536360ba5ba32f5c23d76e0b1585cc65.zip
Move array of OP_TYPE strings from .H to .C
This is required old else the compiler will collide with other .o files that have included the .H file. Change-Id: I50f8c49df93c3ef455ca4adcfc838b8b485b178b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24232 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24634 Reviewed-by: Christian Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_block_wakeup_intr.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_block_wakeup_intr.C12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_block_wakeup_intr.C b/src/import/chips/p9/procedures/hwp/pm/p9_block_wakeup_intr.C
index 5859b8408..83faa0547 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_block_wakeup_intr.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_block_wakeup_intr.C
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -45,6 +45,16 @@
#include "p9_block_wakeup_intr.H"
+
+
+// This must stay in sync with enum OP_TYPE enum in header file
+const char* OP_TYPE_STRING[] =
+{
+ "SET",
+ "CLEAR"
+};
+
+
// ----------------------------------------------------------------------
// Procedure Function
// ----------------------------------------------------------------------
OpenPOWER on IntegriCloud