X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Fsocket.h;h=6817be9573a6bf65d29ef5092a4a869017cf87bc;hb=fc36b8d3d819047eb4d23ca079fb4d3af20ff076;hp=3c51da6438c95b6734e38243ebdbb21af5a6972a;hpb=ceeec3dc375e3b0618f16b34efc56fe093918f8b;p=linux-2.6 diff --git a/include/asm-arm/socket.h b/include/asm-arm/socket.h index 3c51da6438..6817be9573 100644 --- a/include/asm-arm/socket.h +++ b/include/asm-arm/socket.h @@ -48,5 +48,10 @@ #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 */