]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/socket.h
V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h
[linux-2.6-omap-h63xx.git] / include / asm-parisc / socket.h
index 99e868f6a8f52fa5e13082c62306a61c53e96186..fba402c95ac2d403856e141508453646c3a38b5e 100644 (file)
 #define SO_PEERSEC             0x401d
 #define SO_PASSSEC             0x401e
 
+#define SO_MARK                        0x401f
+
+/* O_NONBLOCK clashes with the bits used for socket types.  Therefore we
+ * have to define SOCK_NONBLOCK to a different value here.
+ */
+#define SOCK_NONBLOCK   0x40000000
+
 #endif /* _ASM_SOCKET_H */