diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index fe05946c8f0b..26233d4d371c 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -529,6 +529,8 @@ int hci_inquiry(void __user *arg); | |||
529 | 529 | ||
530 | struct bdaddr_list *hci_blacklist_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr); | 530 | struct bdaddr_list *hci_blacklist_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr); |
531 | int hci_blacklist_clear(struct hci_dev *hdev); | 531 | int hci_blacklist_clear(struct hci_dev *hdev); |
532 | int hci_blacklist_add(struct hci_dev *hdev, bdaddr_t *bdaddr); | ||
533 | int hci_blacklist_del(struct hci_dev *hdev, bdaddr_t *bdaddr); | ||
532 | 534 | ||
533 | int hci_uuids_clear(struct hci_dev *hdev); | 535 | int hci_uuids_clear(struct hci_dev *hdev); |
534 | 536 | ||