summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H
index 4ff7d0a83..fe1d20b0a 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -488,7 +488,7 @@ public:
*
* NOTE: Currently only core targets are supported
*
- * @param[in] i_pTarget const pointer to the core target to deconfigure
+ * @param[in] i_pTarget pointer to the target to deconfigure
* @param[in] i_deconfigureAction Deconfigure options -
* FULLY_AT_RUNTIME
* @param[in] i_deconfigErrl - error log assocated with this deconfig
@@ -500,7 +500,7 @@ public:
* @return errlHndl_t. Error log handle.
*/
errlHndl_t deconfigureTargetAtRuntime(
- TARGETING::ConstTargetHandle_t const i_pTarget,
+ TARGETING::TargetHandle_t i_pTarget,
const DeconfigureFlags i_deconfigureAction,
const errlHndl_t i_deconfigErrl);
@@ -515,7 +515,7 @@ public:
* child targets. Any errors deconfiguring targets are committed and
* the function continues. The only errors returned are usage errors.
*
- * @param[in] i_pTarget const pointer to Target to deconfigure.
+ * @param[in] i_pTarget pointer to Target to deconfigure.
* @param[in] i_deconfigureAction Deconfigure options -
* FULLY_AT_RUNTIME
* @param[in] i_deconfigErrl - error log assocated with this deconfig
@@ -529,7 +529,7 @@ public:
#ifdef __HOSTBOOT_RUNTIME
errlHndl_t platDeconfigureTargetAtRuntime(
- TARGETING::ConstTargetHandle_t const i_pTarget,
+ TARGETING::TargetHandle_t i_pTarget,
const DeconfigureFlags i_deconfigureAction,
const errlHndl_t i_deconfigErrl);
#endif
OpenPOWER on IntegriCloud