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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index e92fc839ab1d..9ccbfac3fd95 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1506,6 +1506,9 @@ extern void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos);
1506extern void dev_seq_stop(struct seq_file *seq, void *v); 1506extern void dev_seq_stop(struct seq_file *seq, void *v);
1507#endif 1507#endif
1508 1508
1509extern int netdev_class_create_file(struct class_attribute *class_attr);
1510extern void netdev_class_remove_file(struct class_attribute *class_attr);
1511
1509extern void linkwatch_run_queue(void); 1512extern void linkwatch_run_queue(void);
1510 1513
1511extern int netdev_compute_features(unsigned long all, unsigned long one); 1514extern int netdev_compute_features(unsigned long all, unsigned long one);