diff options
Diffstat (limited to 'include/asm-frv/socket.h')
-rw-r--r-- | include/asm-frv/socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-frv/socket.h b/include/asm-frv/socket.h index e51ca67b935..57c3d4054e8 100644 --- a/include/asm-frv/socket.h +++ b/include/asm-frv/socket.h @@ -54,5 +54,8 @@ #define SO_MARK 36 +#define SO_TIMESTAMPING 37 +#define SCM_TIMESTAMPING SO_TIMESTAMPING + #endif /* _ASM_SOCKET_H */ |