summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/scom.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/scom/scom.C')
-rw-r--r--src/usr/scom/scom.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/scom/scom.C b/src/usr/scom/scom.C
index 43357a85f..22051f6b8 100644
--- a/src/usr/scom/scom.C
+++ b/src/usr/scom/scom.C
@@ -19,13 +19,13 @@ namespace SCOM
// Register SCom access functions to DD framework
DEVICE_REGISTER_ROUTE(DeviceFW::WILDCARD,
DeviceFW::SCOM,
- DeviceFW::PROCESSOR,
+ TARGETING::TYPE_PROC,
scomPerformOp);
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
errlHndl_t scomPerformOp(DeviceFW::OperationType i_opType,
- DeviceFW::TargetHandle_t i_target,
+ TARGETING::Target* i_target,
void* io_buffer,
size_t& io_buflen,
int64_t i_accessType,
OpenPOWER on IntegriCloud