e1000: FIX: Stop raw interrupts disabled nag from RT
[pandora-kernel.git] / net / ipv6 / ipv6_syms.c
1
2 #include <linux/module.h>
3 #include <net/protocol.h>
4 #include <net/ipv6.h>
5 #include <net/addrconf.h>
6 #include <net/ip6_route.h>
7 #include <net/xfrm.h>
8
9 EXPORT_SYMBOL(icmpv6_send);
10 EXPORT_SYMBOL(icmpv6_statistics);
11 EXPORT_SYMBOL(icmpv6_err_convert);
12 EXPORT_SYMBOL(ndisc_mc_map);
13 EXPORT_SYMBOL(register_inet6addr_notifier);
14 EXPORT_SYMBOL(unregister_inet6addr_notifier);
15 EXPORT_SYMBOL(ip6_route_output);
16 EXPORT_SYMBOL(ipv6_setsockopt);
17 EXPORT_SYMBOL(ipv6_getsockopt);
18 EXPORT_SYMBOL(inet6_register_protosw);
19 EXPORT_SYMBOL(inet6_unregister_protosw);
20 EXPORT_SYMBOL(inet6_add_protocol);
21 EXPORT_SYMBOL(inet6_del_protocol);
22 EXPORT_SYMBOL(ip6_xmit);
23 EXPORT_SYMBOL(inet6_release);
24 EXPORT_SYMBOL(inet6_bind);
25 EXPORT_SYMBOL(inet6_getname);
26 EXPORT_SYMBOL(inet6_ioctl);
27 EXPORT_SYMBOL(ipv6_get_saddr);
28 EXPORT_SYMBOL(ipv6_chk_addr);
29 EXPORT_SYMBOL(in6_dev_finish_destroy);
30 #ifdef CONFIG_XFRM
31 EXPORT_SYMBOL(xfrm6_rcv);
32 EXPORT_SYMBOL(xfrm6_input_addr);
33 EXPORT_SYMBOL(xfrm6_find_1stfragopt);
34 #endif
35 EXPORT_SYMBOL(rt6_lookup);
36 EXPORT_SYMBOL(ipv6_push_nfrag_opts);