summaryrefslogtreecommitdiffstats
path: root/src/sbefw/sbecmdiplcontrol.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/sbecmdiplcontrol.H')
-rw-r--r--src/sbefw/sbecmdiplcontrol.H20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/sbefw/sbecmdiplcontrol.H b/src/sbefw/sbecmdiplcontrol.H
index 07deac98..3a084065 100644
--- a/src/sbefw/sbecmdiplcontrol.H
+++ b/src/sbefw/sbecmdiplcontrol.H
@@ -48,17 +48,6 @@ namespace fapi2
*/
uint32_t sbeHandleIstep(uint8_t *i_pArg);
-
-/**
- * @brief Handles Sbe continue boot after collect ffdc chip-op (0xA102)
- *
- * @param[in] i_pArg Buffer to be passed to the function (not used as of now)
- *
- * @return Rc from the FIFO access utility
- */
-uint32_t sbeContinueBoot(uint8_t *i_pArg);
-
-
/**
* @brief Executes IPL steps in continuous mode.
*
@@ -105,14 +94,5 @@ uint32_t sbeGetSbeFfdc(uint8_t *i_pArg);
*/
uint32_t sbeGetFreqSupported(uint8_t *i_pArg);
-/**
- * @brief Handles Sbe Abort chip-op (0xA804)
- *
- * @param[in] i_pArg Buffer to be passed to the function (not used as of now)
- *
- * @return Rc from the FIFO access utility
- */
-uint32_t sbeAbort(uint8_t *i_pArg);
-
#endif // __SBEFW_SBECMDIPLCONTROL_H
OpenPOWER on IntegriCloud