diff options
Diffstat (limited to 'tstamping.h')
-rw-r--r-- | tstamping.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |