diff options
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 21440e31fda..eef257c76a4 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -2552,6 +2552,8 @@ extern void net_disable_timestamp(void); | |||
| 2552 | extern void *dev_seq_start(struct seq_file *seq, loff_t *pos); | 2552 | extern void *dev_seq_start(struct seq_file *seq, loff_t *pos); |
| 2553 | extern void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos); | 2553 | extern void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos); |
| 2554 | extern void dev_seq_stop(struct seq_file *seq, void *v); | 2554 | extern void dev_seq_stop(struct seq_file *seq, void *v); |
| 2555 | extern int dev_seq_open_ops(struct inode *inode, struct file *file, | ||
| 2556 | const struct seq_operations *ops); | ||
| 2555 | #endif | 2557 | #endif |
| 2556 | 2558 | ||
| 2557 | extern int netdev_class_create_file(struct class_attribute *class_attr); | 2559 | extern int netdev_class_create_file(struct class_attribute *class_attr); |
