diff options
Diffstat (limited to 'src/include/usr/sbeio/sbeioif.H')
| -rw-r--r-- | src/include/usr/sbeio/sbeioif.H | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/sbeio/sbeioif.H b/src/include/usr/sbeio/sbeioif.H index d55e28885..9f3bf9c3d 100644 --- a/src/include/usr/sbeio/sbeioif.H +++ b/src/include/usr/sbeio/sbeioif.H @@ -62,6 +62,14 @@ namespace SBEIO errlHndl_t sendSystemConfig(const uint64_t i_systemConfig ); /** + * @brief Sends a PSU chipOp to quiesce the SBE + * + * @return errlHndl_t Error log handle on failure. + * + */ + errlHndl_t sendPsuQueisceSbeCmd (); + + /** * @brief Get SCOM via SBE FIFO * * @param[in] i_target Target to access |

