summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/scomtrans.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/scom/scomtrans.C')
-rw-r--r--src/usr/scom/scomtrans.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/scom/scomtrans.C b/src/usr/scom/scomtrans.C
index 06cf404fc..f100a5e3c 100644
--- a/src/usr/scom/scomtrans.C
+++ b/src/usr/scom/scomtrans.C
@@ -56,7 +56,7 @@
#include <hw_access_def.H>
#if __HOSTBOOT_RUNTIME
- #include "handleSpecialWakeup.H"
+ #include <scom/wakeup.H>
#endif
// Trace definition
@@ -208,7 +208,7 @@ errlHndl_t startScomProcess(DeviceFW::OperationType i_opType,
TRACDCOMP(g_trac_scom,"Special wakeup required, starting now..");
g_wakeupInProgress = true;
- l_err = handleSpecialWakeup(i_target,true);
+ l_err = WAKEUP::handleSpecialWakeup(i_target,WAKEUP::ENABLE);
if(l_err)
{
TRACFCOMP(g_trac_scom, "startScomProcess: "
@@ -242,7 +242,7 @@ errlHndl_t startScomProcess(DeviceFW::OperationType i_opType,
g_wakeupInProgress = true;
errlHndl_t l_errSW = NULL;
- l_errSW = handleSpecialWakeup(i_target,false);
+ l_errSW = WAKEUP::handleSpecialWakeup(i_target,WAKEUP::DISABLE);
if(l_err != NULL && l_errSW)
{
OpenPOWER on IntegriCloud