microblaze: Add TIMESTAMPING constants to socket.h

This changes was introduce with
commit: cb9eff097831007afb30d64373f29d99825d0068

net: new user space API for time stamping of incoming and outgoing packets

Signed-off-by: Michal Simek <monstr@monstr.eu>

+3
+3
arch/microblaze/include/asm/socket.h
··· 63 63 64 64 #define SO_MARK 36 65 65 66 + #define SO_TIMESTAMPING 37 67 + #define SCM_TIMESTAMPING SO_TIMESTAMPING 68 + 66 69 #endif /* _ASM_MICROBLAZE_SOCKET_H */