]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/socket.h
ACPI suspend: Fix CONFIG_ACPI_SLEEP dependence and some compilation warnings
[linux-2.6-omap-h63xx.git] / include / asm-parisc / socket.h
index 1bf54dc53c101337200deeaafa7adcf27daf97ff..fba402c95ac2d403856e141508453646c3a38b5e 100644 (file)
@@ -33,6 +33,8 @@
 #define SO_PEERCRED    0x4011
 #define SO_TIMESTAMP   0x4012
 #define SCM_TIMESTAMP  SO_TIMESTAMP
+#define SO_TIMESTAMPNS 0x4013
+#define SCM_TIMESTAMPNS        SO_TIMESTAMPNS
 
 /* Security levels - as per NRL IPv6 - don't actually do anything */
 #define SO_SECURITY_AUTHENTICATION             0x4016
 #define SO_ACCEPTCONN          0x401c
 
 #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 */