summaryrefslogtreecommitdiff
path: root/include/linux/socket.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:35:36 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:35:36 -0800
commit4fdbe71c852f4b44203913c93a5d3a8a12041167 (patch)
tree472552180c520e85b95d87cc94e0fdec65de687c /include/linux/socket.h
parentd2a0e8decde7ef3354d8cdaa0ddf5517e5759ca2 (diff)
v2.4.5.1 -> v2.4.5.2
- Takanori Kawano: brlock indexing bugfix - Ingo Molnar, Jeff Garzik: softirq updates and fixes - Al Viro: rampage of superblock cleanups. - Jean Tourrilhes: Orinoco driver update v6, IrNET update - Trond Myklebust: NFS brown-paper-bag thing - Tim Waugh: parport update - David Miller: networking and sparc updates - Jes Sorensen: m68k update. - Ben Fennema: UDF update - Geert Uytterhoeven: fbdev logo updates - Willem Riede: osst driver updates - Paul Mackerras: PPC update - Marcelo Tosatti: unlazy swap cache - Mikulas Patocka: hpfs update
Diffstat (limited to 'include/linux/socket.h')
-rw-r--r--include/linux/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h
index 9ad40d933d1d..7887eee13d79 100644
--- a/include/linux/socket.h
+++ b/include/linux/socket.h
@@ -156,6 +156,7 @@ struct ucred {
#define AF_IRDA 23 /* IRDA sockets */
#define AF_PPPOX 24 /* PPPoX sockets */
#define AF_WANPIPE 25 /* Wanpipe API Sockets */
+#define AF_BLUETOOTH 31 /* Bluetooth sockets */
#define AF_MAX 32 /* For now.. */
/* Protocol families, same as address families. */
@@ -186,6 +187,7 @@ struct ucred {
#define PF_IRDA AF_IRDA
#define PF_PPPOX AF_PPPOX
#define PF_WANPIPE AF_WANPIPE
+#define PF_BLUETOOTH AF_BLUETOOTH
#define PF_MAX AF_MAX
/* Maximum queue length specifiable by listen. */