aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-04-14 03:16:01 -0400
committerMichal Simek <monstr@monstr.eu>2009-04-14 04:37:20 -0400
commit39141bfcad22e6d7393c0d0f81b2e180db6983df (patch)
tree5336b1e542eea1589524170f4063a6de947202fa /arch
parent6c149fd7cda601ebd178dd2f07ccff6bb0d010cf (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/include/asm/socket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/socket.h b/arch/microblaze/include/asm/socket.h
index f919b6b540ac..825936860314 100644
--- a/arch/microblaze/include/asm/socket.h
+++ b/arch/microblaze/include/asm/socket.h
@@ -63,4 +63,7 @@
63 63
64#define SO_MARK 36 64#define SO_MARK 36
65 65
66#define SO_TIMESTAMPING 37
67#define SCM_TIMESTAMPING SO_TIMESTAMPING
68
66#endif /* _ASM_MICROBLAZE_SOCKET_H */ 69#endif /* _ASM_MICROBLAZE_SOCKET_H */