summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRoland Dreier <roland@topspin.com>2003-01-15 07:47:42 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2003-01-15 07:47:42 -0800
commit41dad9afe367d6813192f7afdb0255317012433c (patch)
treefa860167db560acdd35ad1207be46907a2716463 /include/linux
parentdf53773c69b6bd7afa5312c4e820a1db6e001d35 (diff)
[NET]: Fix up RTM_SETLINK handling.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 2a6e10e6e598..20d73363c079 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -480,6 +480,7 @@ extern int register_netdevice(struct net_device *dev);
extern int unregister_netdevice(struct net_device *dev);
extern int register_netdevice_notifier(struct notifier_block *nb);
extern int unregister_netdevice_notifier(struct notifier_block *nb);
+extern int call_netdevice_notifiers(unsigned long val, void *v);
extern int dev_new_index(void);
extern struct net_device *dev_get_by_index(int ifindex);
extern struct net_device *__dev_get_by_index(int ifindex);