patch-2.4.8 linux/include/net/addrconf.h

Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/videodev.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.7/linux/include/net/addrconf.h linux/include/net/addrconf.h
@@ -88,6 +88,10 @@
 extern void			addrconf_prefix_rcv(struct net_device *dev,
 						    u8 *opt, int len);
 
+/* Device notifier */
+extern int register_inet6addr_notifier(struct notifier_block *nb);
+extern int unregister_inet6addr_notifier(struct notifier_block *nb);
+
 static inline struct inet6_dev *
 __in6_dev_get(struct net_device *dev)
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)