]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/addrconf.h
[SPARC64]: Add of_device layer and make ebus/isa use it.
[linux-2.6-omap-h63xx.git] / include / net / addrconf.h
index a0ed9367217601cd1e1dbcb6266bf2e8d25f68cf..3d71251b3eca70b4e53ca11677b9985abac06bed 100644 (file)
@@ -238,5 +238,10 @@ static inline int ipv6_addr_is_ll_all_routers(const struct in6_addr *addr)
                addr->s6_addr32[3] == htonl(0x00000002));
 }
 
+#ifdef CONFIG_PROC_FS
+extern int if6_proc_init(void);
+extern void if6_proc_exit(void);
+#endif
+
 #endif
 #endif