projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c149fd
)
microblaze: Add TIMESTAMPING constants to socket.h
author
Michal Simek
<monstr@monstr.eu>
Tue, 14 Apr 2009 07:16:01 +0000
(09:16 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Tue, 14 Apr 2009 08:37:20 +0000
(10:37 +0200)
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>
arch/microblaze/include/asm/socket.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/socket.h
b/arch/microblaze/include/asm/socket.h
index
f919b6b
..
8259368
100644
(file)
--- a/
arch/microblaze/include/asm/socket.h
+++ b/
arch/microblaze/include/asm/socket.h
@@
-63,4
+63,7
@@
#define SO_MARK 36
+#define SO_TIMESTAMPING 37
+#define SCM_TIMESTAMPING SO_TIMESTAMPING
+
#endif /* _ASM_MICROBLAZE_SOCKET_H */