summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 19:58:23 +0200
committerBen Hutchings <bhutchings@solarflare.com>2012-05-23 00:38:13 +0100
commit0fdcc8c103f534467fdd4845e54d725951ea8773 (patch)
tree70caddaf1b1cf772db5be94ee933087fca922a70 /internal.h
parent4bd0df704aae62f65eef5b58e28b3d5b312c765d (diff)
downloadethtool-0fdcc8c103f534467fdd4845e54d725951ea8773.tar.gz
Add the command to show the time stamping capabilities.
Signed-off-by: Richard Cochran <richardcochran@gmail.com> [bwh: Rename the long option to '--show-time-stamping'] Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 867c0ea..d72cdf5 100644
--- a/internal.h
+++ b/internal.h
@@ -25,6 +25,7 @@ typedef __uint8_t u8;
typedef __int32_t s32;
#include "ethtool-copy.h"
+#include "net_tstamp-copy.h"
#if __BYTE_ORDER == __BIG_ENDIAN
static inline u16 cpu_to_be16(u16 value)