diff options
Diffstat (limited to 'include/asm-cris/socket.h')
-rw-r--r-- | include/asm-cris/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-cris/socket.h b/include/asm-cris/socket.h index 5b18dfdf174..9df0ca82f5d 100644 --- a/include/asm-cris/socket.h +++ b/include/asm-cris/socket.h @@ -54,6 +54,8 @@ #define SO_TIMESTAMPNS 35 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS +#define SO_MARK 36 + #endif /* _ASM_SOCKET_H */ |