summaryrefslogtreecommitdiffstats
path: root/src/include/usr/initservice
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/initservice')
-rw-r--r--src/include/usr/initservice/istepdispatcherif.H12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/usr/initservice/istepdispatcherif.H b/src/include/usr/initservice/istepdispatcherif.H
index 1694c7942..402f3eb58 100644
--- a/src/include/usr/initservice/istepdispatcherif.H
+++ b/src/include/usr/initservice/istepdispatcherif.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -49,6 +49,16 @@ errlHndl_t sendSyncPoint ( void );
/**
+* @brief This function is used by external code to send a progress message
+* from Hostboot to Fsp.
+*
+* param[in] i_needsLock flag to acquire mutex or not
+*
+*/
+void sendProgressCode(bool i_needsLock = true);
+
+
+/**
* @brief This function is to be used by external code to initiate a Istep
* complete message to be sent to the Fsp.
*
OpenPOWER on IntegriCloud