[NETNS][IPV6]: Add ipv6 structure for netns.
[safe/jmp/linux-2.6] / include / net / netns / ipv6.h
1 /*
2  * ipv6 in net namespaces
3  */
4
5 #ifndef __NETNS_IPV6_H__
6 #define __NETNS_IPV6_H__
7
8 struct netns_ipv6 {
9 };
10 #endif