aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/btmrvl_drv.h')
-rw-r--r--drivers/bluetooth/btmrvl_drv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h
index 411c7a77082d..204727586ee9 100644
--- a/drivers/bluetooth/btmrvl_drv.h
+++ b/drivers/bluetooth/btmrvl_drv.h
@@ -21,6 +21,7 @@
21 21
22#include <linux/kthread.h> 22#include <linux/kthread.h>
23#include <linux/bitops.h> 23#include <linux/bitops.h>
24#include <linux/slab.h>
24#include <net/bluetooth/bluetooth.h> 25#include <net/bluetooth/bluetooth.h>
25 26
26#define BTM_HEADER_LEN 4 27#define BTM_HEADER_LEN 4
@@ -131,6 +132,7 @@ void btmrvl_check_evtpkt(struct btmrvl_private *priv, struct sk_buff *skb);
131int btmrvl_process_event(struct btmrvl_private *priv, struct sk_buff *skb); 132int btmrvl_process_event(struct btmrvl_private *priv, struct sk_buff *skb);
132 133
133int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, int subcmd); 134int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, int subcmd);
135int btmrvl_enable_ps(struct btmrvl_private *priv);
134int btmrvl_prepare_command(struct btmrvl_private *priv); 136int btmrvl_prepare_command(struct btmrvl_private *priv);
135 137
136#ifdef CONFIG_DEBUG_FS 138#ifdef CONFIG_DEBUG_FS