diff options
Diffstat (limited to 'arch/cris/include/asm/socket.h')
-rw-r--r-- | arch/cris/include/asm/socket.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/cris/include/asm/socket.h b/arch/cris/include/asm/socket.h index e269264df7c4..ae52825021af 100644 --- a/arch/cris/include/asm/socket.h +++ b/arch/cris/include/asm/socket.h | |||
@@ -66,6 +66,10 @@ | |||
66 | 66 | ||
67 | #define SO_WIFI_STATUS 41 | 67 | #define SO_WIFI_STATUS 41 |
68 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | 68 | #define SCM_WIFI_STATUS SO_WIFI_STATUS |
69 | #define SO_PEEK_OFF 42 | ||
70 | |||
71 | /* Instruct lower device to use last 4-bytes of skb data as FCS */ | ||
72 | #define SO_NOFCS 43 | ||
69 | 73 | ||
70 | #endif /* _ASM_SOCKET_H */ | 74 | #endif /* _ASM_SOCKET_H */ |
71 | 75 | ||