summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbeio
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/sbeio')
-rw-r--r--src/include/usr/sbeio/sbeioif.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/usr/sbeio/sbeioif.H b/src/include/usr/sbeio/sbeioif.H
index a7663807a..616c5a4d4 100644
--- a/src/include/usr/sbeio/sbeioif.H
+++ b/src/include/usr/sbeio/sbeioif.H
@@ -63,6 +63,18 @@ namespace SBEIO
errlHndl_t sendSystemConfig(const uint64_t i_systemConfig,
TARGETING::Target * i_procChip);
+
+ /**
+ * @brief Send the signal to the sbe that we are performing a MPIPL
+ *
+ * @param[in] i_procChip The proc you would like to request continueMPIPL to
+ * NOTE: HB should only be sending this to slave procs
+ *
+ * @return errlHndl_t Error log handle on failure.
+ *
+ */
+ errlHndl_t sendContinueMpiplRequest(TARGETING::Target * i_procChip);
+
/**
* @brief Sends a PSU chipOp to quiesce the SBE
*
OpenPOWER on IntegriCloud