aboutsummaryrefslogtreecommitdiff
path: root/core/ipmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/ipmi.c')
-rw-r--r--core/ipmi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/ipmi.c b/core/ipmi.c
index 32f1f4d..14c35f3 100644
--- a/core/ipmi.c
+++ b/core/ipmi.c
@@ -64,6 +64,11 @@ struct ipmi_msg *ipmi_mkmsg(int interface, uint32_t code,
return msg;
}
+int ipmi_queue_msg_head(struct ipmi_msg *msg)
+{
+ return msg->backend->queue_msg_head(msg);
+}
+
int ipmi_queue_msg(struct ipmi_msg *msg)
{
/* Here we could choose which interface to use if we want to support