X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-cris%2Fsocket.h;h=9df0ca82f5dedf90437954406dc201e1d073f898;hb=f6ac436dcc4c34709bcde355f3f2254ac0a183d4;hp=8b1da3e58c5580468f60961c498592b71c7f56c7;hpb=15c42e5a1f0bccb69508059b8ae0720840068b8e;p=linux-2.6 diff --git a/include/asm-cris/socket.h b/include/asm-cris/socket.h index 8b1da3e58c..9df0ca82f5 100644 --- a/include/asm-cris/socket.h +++ b/include/asm-cris/socket.h @@ -50,6 +50,11 @@ #define SO_ACCEPTCONN 30 #define SO_PEERSEC 31 +#define SO_PASSSEC 34 +#define SO_TIMESTAMPNS 35 +#define SCM_TIMESTAMPNS SO_TIMESTAMPNS + +#define SO_MARK 36 #endif /* _ASM_SOCKET_H */