aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index d871ba313f64..33a5e00025aa 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -338,6 +338,7 @@ int bt_to_errno(__u16 code);
338void hci_sock_set_flag(struct sock *sk, int nr); 338void hci_sock_set_flag(struct sock *sk, int nr);
339void hci_sock_clear_flag(struct sock *sk, int nr); 339void hci_sock_clear_flag(struct sock *sk, int nr);
340int hci_sock_test_flag(struct sock *sk, int nr); 340int hci_sock_test_flag(struct sock *sk, int nr);
341unsigned short hci_sock_get_channel(struct sock *sk);
341 342
342int hci_sock_init(void); 343int hci_sock_init(void);
343void hci_sock_cleanup(void); 344void hci_sock_cleanup(void);