aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-11 04:58:29 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-07-11 13:53:04 +0300
commitf49daa8190ebf25eae907048266b590a9cdccb95 (patch)
treedee6ee7780dda2218098ef6ff7ce9dc0f22680c7 /include/net/bluetooth/hci_core.h
parentBluetooth: Set HCI_PAIRABLE during power on for legacy ioctl (diff)
downloadlinux-dev-f49daa8190ebf25eae907048266b590a9cdccb95.tar.xz
linux-dev-f49daa8190ebf25eae907048266b590a9cdccb95.zip
Bluetooth: Move HCI socket definitions into its own header file
All the HCI sockets and ioctl based definitions have been in a global header file that also includes all the HCI protocol structures. To make this a bit cleaner, move them into its own file. This also adjusts fs/compat_ioctl.c to only include this new file and not all the protocol structures that are not needed. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 7e9e95633a85..5c52a17d6326 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -26,6 +26,7 @@
#define __HCI_CORE_H
#include <net/bluetooth/hci.h>
+#include <net/bluetooth/hci_sock.h>
/* HCI priority */
#define HCI_PRIO_MAX 7