From 82347bd71f780f18027fab22c7aa9e3d6ba3cc1b Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Sat, 13 Nov 2004 15:27:50 +0100 Subject: [NET]: Move rx timestamp functions to net/core/dev.c Signed-off-by: Patrick McHardy --- include/linux/netdevice.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux') diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 9fa9c7ead784..39ce54fe88cf 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -928,6 +928,9 @@ extern unsigned long netdev_fc_xoff; extern atomic_t netdev_dropping; extern int netdev_set_master(struct net_device *dev, struct net_device *master); extern int skb_checksum_help(struct sk_buff *skb, int inward); +/* rx skb timestamps */ +extern void net_enable_timestamp(void); +extern void net_disable_timestamp(void); #ifdef CONFIG_SYSCTL extern char *net_sysctl_strdup(const char *s); -- cgit v1.2.3