summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbeutil.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbeutil.H')
-rw-r--r--src/sbefw/core/sbeutil.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/sbefw/core/sbeutil.H b/src/sbefw/core/sbeutil.H
index 73850ff7..e32a8189 100644
--- a/src/sbefw/core/sbeutil.H
+++ b/src/sbefw/core/sbeutil.H
@@ -203,5 +203,17 @@ namespace SBE
*/
void updatePkFreq();
+ /* @brief - Check if the boot is on HRESET of SBE
+ *
+ * @return - True if HRESET, false otherwise
+ */
+ bool isHreset(void);
+
+ /* @brief - Clear HRESET BIT
+ *
+ * @return - void
+ */
+ void clearHresetBit(void);
+
} // namespace SBE
#endif //SBE_UTIL_H
OpenPOWER on IntegriCloud