Skip to content

Commit

Permalink
microblaze: Add TIMESTAMPING constants to socket.h
Browse files Browse the repository at this point in the history
This changes was introduce with
commit: cb9eff0

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

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Apr 14, 2009
1 parent 6c149fd commit 39141bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/microblaze/include/asm/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@

#define SO_MARK 36

#define SO_TIMESTAMPING 37
#define SCM_TIMESTAMPING SO_TIMESTAMPING

#endif /* _ASM_MICROBLAZE_SOCKET_H */

0 comments on commit 39141bf

Please sign in to comment.