Commit 2cb3377a authored by Marcel Holtmann's avatar Marcel Holtmann Committed by David S. Miller

[Bluetooth] Add constant for Bluetooth socket options level

Assign the next free socket options level to be used by the Bluetooth
protocol and address family.
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent b6a0dc82
...@@ -291,6 +291,7 @@ struct ucred { ...@@ -291,6 +291,7 @@ struct ucred {
#define SOL_TIPC 271 #define SOL_TIPC 271
#define SOL_RXRPC 272 #define SOL_RXRPC 272
#define SOL_PPPOL2TP 273 #define SOL_PPPOL2TP 273
#define SOL_BLUETOOTH 274
/* IPX options */ /* IPX options */
#define IPX_TYPE 1 #define IPX_TYPE 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment