X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnetdevice.h;h=9ccbfac3fd95aacee71c79a775c5abf873e4ea3c;hb=b8a9787eddb0e4665f31dd1d64584732b2b5d051;hp=e92fc839ab1d9874114d2781f7eab9176c9405ba;hpb=b59f9f74c4c0a569398f08c34a877f1b7b457496;p=linux-2.6 diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index e92fc839ab..9ccbfac3fd 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); extern void dev_seq_stop(struct seq_file *seq, void *v); #endif +extern int netdev_class_create_file(struct class_attribute *class_attr); +extern void netdev_class_remove_file(struct class_attribute *class_attr); + extern void linkwatch_run_queue(void); extern int netdev_compute_features(unsigned long all, unsigned long one);