summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sberegaccess.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sberegaccess.H')
-rw-r--r--src/sbefw/core/sberegaccess.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sbefw/core/sberegaccess.H b/src/sbefw/core/sberegaccess.H
index 62d07d41..b2d7e1d7 100644
--- a/src/sbefw/core/sberegaccess.H
+++ b/src/sbefw/core/sberegaccess.H
@@ -64,10 +64,14 @@ class SbeRegAccess
/**
* @brief Initializes the class for use
*
+ * @param [in] forced Forcefully initialise reg access
+ * singleton.
+ * Default argument set to false.
+ *
* @return An RC indicating success/failure
*
*/
- uint32_t init();
+ uint32_t init(bool forced=false);
/**
* @brief Update the SBE states into the SBE messaging register. The
OpenPOWER on IntegriCloud