aboutsummaryrefslogtreecommitdiff
path: root/include/bt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bt.h')
-rw-r--r--include/bt.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/include/bt.h b/include/bt.h
index 5f8a91e..1763d9f 100644
--- a/include/bt.h
+++ b/include/bt.h
@@ -17,21 +17,7 @@
#ifndef __BT_H
#define __BT_H
-#include <ipmi.h>
-
/* Initialise the BT interface */
-void bt_init(void (*ipmi_cmd_done)(struct ipmi_msg *));
-
-/* Allocate an BT-IPMI message */
-struct ipmi_msg *bt_alloc_ipmi_msg(size_t request_size, size_t response_size);
-
-/* Free a BT-IPMI message */
-void bt_free_ipmi_msg(struct ipmi_msg *ipmi_msg);
-
-/* Add an IPMI message to the BT queue and wait for a resposne */
-int bt_add_ipmi_msg_wait(struct ipmi_msg *msg);
-
-/* Remove an IPMI message from the BT queue */
-void bt_del_ipmi_msg(struct ipmi_msg *ipmi_msg);
+void bt_init(void);
#endif