summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H')
-rw-r--r--src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H
index 19215788d..bb7a19fcc 100644
--- a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H
+++ b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H
@@ -75,8 +75,20 @@ namespace ACTIVATE_POWERBUS
* return any error logs to istep
*
*/
-void* call_proc_build_smp( void *io_pArgs );
+void* call_proc_build_smp( void *io_pArgs );
+/**
+ * @brief host_slave_sbe_update
+ *
+ * 09.2 : : Placeholder for secureboot where Hostboot must update
+ * SEEPROM because FSP cannot.
+ *
+ * param[in,out] - pointer to any arguments, usually NULL
+ *
+ * return any error logs to istep
+ *
+ */
+void* call_host_slave_sbe_update( void * io_pArgs );
}; // end namespace
OpenPOWER on IntegriCloud