diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2011-11-11 17:02:14 +0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-11-16 16:54:29 -0200 |
commit | 8830f514106fbd09ba5bbbaae043a8624ceb9d67 (patch) | |
tree | c6d8f9c1507dfaba36f1d621c83dbfbbf78330fd /include/net/bluetooth/hci.h | |
parent | 453a83869c98746006d9a6c03e2b208b9018f671 (diff) |
Bluetooth: Move scope of kernel parameter enable_hs
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index e284dd906b9..376c57420ab 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -1344,4 +1344,6 @@ struct hci_inquiry_req { }; #define IREQ_CACHE_FLUSH 0x0001 +extern int enable_hs; + #endif /* __HCI_H */ |