summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbeHostUtils.H
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/sbeHostUtils.H')
-rw-r--r--sbe/sbefw/sbeHostUtils.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/sbe/sbefw/sbeHostUtils.H b/sbe/sbefw/sbeHostUtils.H
index c172e4e9..0605d476 100644
--- a/sbe/sbefw/sbeHostUtils.H
+++ b/sbe/sbefw/sbeHostUtils.H
@@ -35,6 +35,7 @@
#include <stdint.h>
#include "ppe42_scom.h"
+#include "sbeHostMsg.H"
/**
* @brief SBE PSU Access register addresses
@@ -230,4 +231,15 @@ uint32_t sbeWriteSbe2PsuMbxReg (uint32_t i_addr,
const uint8_t i_count,
bool i_setBit0ToIntrHB = false);
+/* @brief - Send PSU Chip Op response
+ *
+ * @param[in] - i_sbe2PsuRespHdr - Response header
+ * @param[in] - i_fapiRc - fapi rc of the relevant hwp call
+ * @param[in/out] - io_rc - rc status of the PSU access utility
+ *
+ * @return - void
+ */
+void sbePSUSendResponse(sbeSbe2PsuRespHdr_t &i_sbe2PsuRespHdr,
+ uint32_t &i_fapiRc,
+ uint32_t &io_rc);
#endif // __SBEFW_SBEHOSTUTILS_H
OpenPOWER on IntegriCloud