aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 7043f85e643d..c8fa4627de00 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1941,6 +1941,7 @@ extern void netdev_features_change(struct net_device *dev);
1941extern void dev_load(struct net *net, const char *name); 1941extern void dev_load(struct net *net, const char *name);
1942extern void dev_mcast_init(void); 1942extern void dev_mcast_init(void);
1943extern const struct net_device_stats *dev_get_stats(struct net_device *dev); 1943extern const struct net_device_stats *dev_get_stats(struct net_device *dev);
1944extern void dev_txq_stats_fold(const struct net_device *dev, struct net_device_stats *stats);
1944 1945
1945extern int netdev_max_backlog; 1946extern int netdev_max_backlog;
1946extern int weight_p; 1947extern int weight_p;