net: Add framework to allow sending packets with customized CRC.
[linux-2.6-block.git] / arch / parisc / include / asm / socket.h
index d28c51b61067edab8da863ef0bd76861e2a0b4ff..1b52c2c31a7a284c8e4f6b6d08cc53faa60da42f 100644 (file)
 
 #define SO_WIFI_STATUS         0x4022
 #define SCM_WIFI_STATUS                SO_WIFI_STATUS
+#define SO_PEEK_OFF            0x4023
+
+/* Instruct lower device to use last 4-bytes of skb data as FCS */
+#define SO_NOFCS               0x4024
+
 
 /* O_NONBLOCK clashes with the bits used for socket types.  Therefore we
  * have to define SOCK_NONBLOCK to a different value here.