X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fip_fib.h;h=14de4ebd12113f4b31b05991159428d842cd78cf;hb=548ccebc2a79c780724529948c79de0613f96776;hp=a4208a336ac09e58061af807e28a417f9ad1dd69;hpb=31151ba2cef171344beac254e65bd7e00138bb0d;p=powerpc.git diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index a4208a336a..14de4ebd12 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -295,4 +295,9 @@ static inline void fib_res_put(struct fib_result *res) #endif } +#ifdef CONFIG_PROC_FS +extern int fib_proc_init(void); +extern void fib_proc_exit(void); +#endif + #endif /* _NET_FIB_H */