From 01525e848cd682d51319383c9968979224255b53 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 12:07:20 +0200 Subject: tstamping: add header file for packet timestamping Better add a header file for this, so that we do not need to have it in multiple places declared. Signed-off-by: Daniel Borkmann --- tstamping.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tstamping.h (limited to 'tstamping.h') diff --git a/tstamping.h b/tstamping.h new file mode 100644 index 0000000..41df9aa --- /dev/null +++ b/tstamping.h @@ -0,0 +1,6 @@ +#ifndef TSTAMPING_H +#define TSTAMPING_H + +extern int set_sockopt_hwtimestamp(int sock, const char *dev); + +#endif /* TSTAMPING_H */ -- cgit v1.2.3-54-g00ecf