diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
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); | |||
1506 | extern void dev_seq_stop(struct seq_file *seq, void *v); | 1506 | extern void dev_seq_stop(struct seq_file *seq, void *v); |
1507 | #endif | 1507 | #endif |
1508 | 1508 | ||
1509 | extern int netdev_class_create_file(struct class_attribute *class_attr); | ||
1510 | extern void netdev_class_remove_file(struct class_attribute *class_attr); | ||
1511 | |||
1509 | extern void linkwatch_run_queue(void); | 1512 | extern void linkwatch_run_queue(void); |
1510 | 1513 | ||
1511 | extern int netdev_compute_features(unsigned long all, unsigned long one); | 1514 | extern int netdev_compute_features(unsigned long all, unsigned long one); |