summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/terminate.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel/terminate.H')
-rw-r--r--src/include/kernel/terminate.H13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/include/kernel/terminate.H b/src/include/kernel/terminate.H
index b80331495..ce634e5c8 100644
--- a/src/include/kernel/terminate.H
+++ b/src/include/kernel/terminate.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2018 */
+/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -87,4 +87,15 @@ void termModifySRC(uint8_t i_moduleID,
*/
void termSetHbDump(void);
+/** @fn termSetIstep
+ *
+ * @brief Set istep into progress code word of the SRC.
+ *
+ * @param[in] i_istep: Encoded istep value
+ * @param[out] NONE:
+ *
+ * @return Nothing
+ */
+void termSetIstep(uint32_t i_istep);
+
#endif
OpenPOWER on IntegriCloud