summaryrefslogtreecommitdiffstats
path: root/src/usr/devicefw/associator.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/devicefw/associator.H')
-rw-r--r--src/usr/devicefw/associator.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/devicefw/associator.H b/src/usr/devicefw/associator.H
index 67b35e31b..2052781b7 100644
--- a/src/usr/devicefw/associator.H
+++ b/src/usr/devicefw/associator.H
@@ -50,10 +50,10 @@ namespace DeviceFW
deviceOp_t i_regRoute);
/** Perform routing. See deviceOp. */
- ErrorHandle_t performOp(OperationType i_opType,
- TargetHandle_t i_target,
- void* io_buffer, size_t& io_buflen,
- int64_t i_accessType, va_list i_addr) const;
+ errlHndl_t performOp(OperationType i_opType,
+ TargetHandle_t i_target,
+ void* io_buffer, size_t& io_buflen,
+ int64_t i_accessType, va_list i_addr) const;
private:
typedef std::vector<deviceOp_t> opVector_t;
OpenPOWER on IntegriCloud