]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/socket.h
matrox maven: fix a broken error path
[linux-2.6-omap-h63xx.git] / include / asm-alpha / socket.h
index 1fede7f928600bd5e4b82ddbfe04c615c8f8b2f8..a1057c2d95e7047e06ab1c9df73392b9f49e8ab6 100644 (file)
 #define SO_SECURITY_ENCRYPTION_TRANSPORT       20
 #define SO_SECURITY_ENCRYPTION_NETWORK         21
 
+#define SO_MARK                        36
+
+/* 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 */