summaryrefslogtreecommitdiffstats
path: root/src/sbefw/app/power/sbecmdiplcontrol.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/app/power/sbecmdiplcontrol.H')
-rw-r--r--src/sbefw/app/power/sbecmdiplcontrol.H12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/sbefw/app/power/sbecmdiplcontrol.H b/src/sbefw/app/power/sbecmdiplcontrol.H
index 6e0993f0..9721b212 100644
--- a/src/sbefw/app/power/sbecmdiplcontrol.H
+++ b/src/sbefw/app/power/sbecmdiplcontrol.H
@@ -5,7 +5,8 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2018 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
+/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -44,6 +45,15 @@
*/
uint32_t sbeHandleSuspendIO(uint8_t *i_pArg);
+/**
+ * @brief execute flush NVDIMM chip-op (0xA103)
+ *
+ * @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 sbeHandleFlushNVDIMM(uint8_t *i_pArg);
+
// Utility function to do TPM reset
fapi2::ReturnCode performTpmReset();
OpenPOWER on IntegriCloud