Skip to content

Commit

Permalink
[Bluetooth] Add constant for Bluetooth socket options level
Browse files Browse the repository at this point in the history
Assign the next free socket options level to be used by the Bluetooth
protocol and address family.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Oct 22, 2007
1 parent b6a0dc8 commit 2cb3377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ struct ucred {
#define SOL_TIPC 271
#define SOL_RXRPC 272
#define SOL_PPPOL2TP 273
#define SOL_BLUETOOTH 274

/* IPX options */
#define IPX_TYPE 1
Expand Down

0 comments on commit 2cb3377

Please sign in to comment.