diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
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); | |||
1941 | extern void dev_load(struct net *net, const char *name); | 1941 | extern void dev_load(struct net *net, const char *name); |
1942 | extern void dev_mcast_init(void); | 1942 | extern void dev_mcast_init(void); |
1943 | extern const struct net_device_stats *dev_get_stats(struct net_device *dev); | 1943 | extern const struct net_device_stats *dev_get_stats(struct net_device *dev); |
1944 | extern void dev_txq_stats_fold(const struct net_device *dev, struct net_device_stats *stats); | ||
1944 | 1945 | ||
1945 | extern int netdev_max_backlog; | 1946 | extern int netdev_max_backlog; |
1946 | extern int weight_p; | 1947 | extern int weight_p; |