diff options
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 3e3435945980..1992fac7e921 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -660,6 +660,9 @@ void hci_si_event(struct hci_dev *hdev, int type, int dlen, void *data); | |||
660 | /* ----- HCI Sockets ----- */ | 660 | /* ----- HCI Sockets ----- */ |
661 | void hci_send_to_sock(struct hci_dev *hdev, struct sk_buff *skb); | 661 | void hci_send_to_sock(struct hci_dev *hdev, struct sk_buff *skb); |
662 | 662 | ||
663 | /* Management interface */ | ||
664 | int mgmt_control(struct sock *sk, struct msghdr *msg, size_t len); | ||
665 | |||
663 | /* HCI info for socket */ | 666 | /* HCI info for socket */ |
664 | #define hci_pi(sk) ((struct hci_pinfo *) sk) | 667 | #define hci_pi(sk) ((struct hci_pinfo *) sk) |
665 | 668 | ||