aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristophe Lombard <clombard@linux.ibm.com>2023-08-29 11:24:08 +0200
committerReza Arbab <arbab@linux.ibm.com>2023-09-12 14:22:11 -0500
commitc2c60d1dfc8e12f737ca5d230bad881b74d9ac03 (patch)
tree42f01af2d527710f178d23a63f6262251351eb7e /include
parent10f2bb245a052e33fd9b5ac1fa61015f7837f98d (diff)
downloadskiboot-c2c60d1dfc8e12f737ca5d230bad881b74d9ac03.zip
skiboot-c2c60d1dfc8e12f737ca5d230bad881b74d9ac03.tar.gz
skiboot-c2c60d1dfc8e12f737ca5d230bad881b74d9ac03.tar.bz2
core/pldm: Register OPAL_IPMI_SEND/RECV calls back
backend apis to support partially: OPAL_IPMI_SEND: send an IPMI message to the service processor OPAL_IPMI_RECV: read an ipmi message of type ``ipmi_msg`` from ipmi message queue ``msgq`` into host OS structure ``opal_ipmi_msg`` Signed-off-by: Christophe Lombard <clombard@linux.ibm.com> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/pldm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pldm.h b/include/pldm.h
index 7f944e7..54c9bd4 100644
--- a/include/pldm.h
+++ b/include/pldm.h
@@ -70,4 +70,9 @@ int pldm_platform_send_progress_state_change(
*/
void pldm_rtc_init(void);
+/**
+ * Register ipmi host interface access callbacks
+ */
+void pldm_opal_init(void);
+
#endif /* __PLDM_H__ */