diff options
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 28e5eeefdec8..350b3e6964bd 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -437,6 +437,7 @@ void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb); | |||
437 | 437 | ||
438 | int hci_recv_frame(struct sk_buff *skb); | 438 | int hci_recv_frame(struct sk_buff *skb); |
439 | int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count); | 439 | int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count); |
440 | int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count); | ||
440 | 441 | ||
441 | int hci_register_sysfs(struct hci_dev *hdev); | 442 | int hci_register_sysfs(struct hci_dev *hdev); |
442 | void hci_unregister_sysfs(struct hci_dev *hdev); | 443 | void hci_unregister_sysfs(struct hci_dev *hdev); |