diff options
Diffstat (limited to 'src/usr/scom/scomtrans.H')
| -rw-r--r-- | src/usr/scom/scomtrans.H | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/scom/scomtrans.H b/src/usr/scom/scomtrans.H index d89874ce1..4e63b9453 100644 --- a/src/usr/scom/scomtrans.H +++ b/src/usr/scom/scomtrans.H @@ -68,11 +68,13 @@ errlHndl_t startScomProcess(DeviceFW::OperationType i_opType, * @param[in] i_target SCom target * @param[in|out] io_addr SCom address * @param[in|out] io_target_SW target for SW + * @param[in] i_opMode Defaults to 0 (Standard) * @return errlHndl_t */ errlHndl_t scomTranslate(TARGETING::Target * &i_target, uint64_t & io_addr, - TARGETING::Target * io_target_SW); + TARGETING::Target * io_target_SW, + uint64_t i_opMode = 0); /** * @brief This function translates a scom address using the @@ -82,12 +84,14 @@ errlHndl_t scomTranslate(TARGETING::Target * &i_target, * @param[in] i_type Type of the target * @param[in|out] io_addr Address to be translated * @param[in|out] io_target_SW SW target for HBRT + * @param[in] i_opMode Defaults to 0 (Standard) * @return errlHndl_t */ errlHndl_t p9_translation (TARGETING::Target * &i_target, TARGETING::TYPE i_type, uint64_t &io_addr, - TARGETING::Target * io_target_SW); + TARGETING::Target * io_target_SW, + uint64_t i_opMode = 0); /** * @brief This function translates a scom address using the |

