X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fnet%2Faddrconf.h;h=750e2508dd90627084e9757363f1d25832047d30;hb=94f8c66e5e543d79231abf203d6e514ecb668688;hp=a0ed9367217601cd1e1dbcb6266bf2e8d25f68cf;hpb=897f5ab2cd733a77a2279268262919caa8154b9d;p=~andy%2Flinux diff --git a/include/net/addrconf.h b/include/net/addrconf.h index a0ed9367217..750e2508dd9 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h @@ -45,6 +45,7 @@ struct prefix_info { #ifdef __KERNEL__ +#include #include #include #include @@ -238,5 +239,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