summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errludcallout.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/errludcallout.C')
-rw-r--r--src/usr/errl/errludcallout.C55
1 files changed, 27 insertions, 28 deletions
diff --git a/src/usr/errl/errludcallout.C b/src/usr/errl/errludcallout.C
index aa6b61204..3fa43078e 100644
--- a/src/usr/errl/errludcallout.C
+++ b/src/usr/errl/errludcallout.C
@@ -1,26 +1,25 @@
-/* IBM_PROLOG_BEGIN_TAG
- * This is an automatically generated prolog.
- *
- * $Source: src/usr/errl/errludcallout.C $
- *
- * 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 other-
- * wise divested of its trade secrets, irrespective of what has
- * been deposited with the U.S. Copyright Office.
- *
- * Origin: 30
- *
- * IBM_PROLOG_END_TAG
- */
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/errl/errludcallout.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2012,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 */
/**
* @file errludcallout.C
*
@@ -28,7 +27,7 @@
*/
#include <sys/task.h>
#include <errl/errludcallout.H>
-
+#include <errl/errlreasoncodes.H>
#include <targeting/common/targetservice.H>
#include <targeting/common/util.H>
#include <targeting/common/trace.H>
@@ -50,9 +49,9 @@ ErrlUserDetailsCallout::ErrlUserDetailsCallout(
TRACDCOMP(g_trac_errl, "HWCallout entry");
// Set up ErrlUserDetails instance variables
- iv_CompId = HBERRL_COMP_ID;
+ iv_CompId = ERRL_COMP_ID;
iv_Version = 1;
- iv_SubSection = HBERRL_UDT_CALLOUT;
+ iv_SubSection = ERRL_UDT_CALLOUT;
//iv_merge = false; // use the default of false
@@ -81,9 +80,9 @@ ErrlUserDetailsCallout::ErrlUserDetailsCallout(
TRACDCOMP(g_trac_errl, "Procedure Callout");
// Set up ErrlUserDetails instance variables
- iv_CompId = HBERRL_COMP_ID;
+ iv_CompId = ERRL_COMP_ID;
iv_Version = 1;
- iv_SubSection = HBERRL_UDT_CALLOUT;
+ iv_SubSection = ERRL_UDT_CALLOUT;
//iv_merge = false; // use the default of false
OpenPOWER on IntegriCloud