summaryrefslogtreecommitdiffstats
path: root/src/include/usr/initservice/istepdispatcherif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/initservice/istepdispatcherif.H')
-rw-r--r--src/include/usr/initservice/istepdispatcherif.H18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/usr/initservice/istepdispatcherif.H b/src/include/usr/initservice/istepdispatcherif.H
index 69cebf0a8..752f9ffff 100644
--- a/src/include/usr/initservice/istepdispatcherif.H
+++ b/src/include/usr/initservice/istepdispatcherif.H
@@ -70,6 +70,24 @@ bool isShutdownRequested ( void );
/**
* @brief This function is to be used by external code to tell
+ * this instance of istepdispatcher to stop executing steps
+ *
+ * @return Nothing
+ */
+void stopIpl( void );
+
+#ifdef CONFIG_BMC_IPMI
+/**
+ * @brief This function is to be used by external code to
+ * initate a system reboot via IPMI commands
+ *
+ * @return Nothing
+ */
+void requestReboot( void );
+#endif
+
+/**
+ * @brief This function is to be used by external code to tell
* this instance of istepdispatcher whether it should
* accept istep messages or not
*
OpenPOWER on IntegriCloud