diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-06-01 02:44:36 +0200 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-06-01 02:44:36 +0200 |
| commit | f7679242792ad2affe47e1b394c163009dc4f7d4 (patch) | |
| tree | 45426cc14865e72692675ebc9ed521af499cdbb4 /include/net/bluetooth | |
| parent | 874ccea27a21bd442eab6a31fc366517f7652194 (diff) | |
[Bluetooth] Allocate protocol number for HIDP support
This patch allocates the next free protocol number for the upcoming
HIDP support.
Diffstat (limited to 'include/net/bluetooth')
| -rw-r--r-- | include/net/bluetooth/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 08d9711dab1e..0106480b3ab1 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -45,6 +45,7 @@ #define BTPROTO_RFCOMM 3 #define BTPROTO_BNEP 4 #define BTPROTO_CMTP 5 +#define BTPROTO_HIDP 6 #define SOL_HCI 0 #define SOL_L2CAP 6 |
