mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-23 01:32:25 +00:00
11 lines
115 B
C
11 lines
115 B
C
![]() |
/*
|
||
|
* ipv6 in net namespaces
|
||
|
*/
|
||
|
|
||
|
#ifndef __NETNS_IPV6_H__
|
||
|
#define __NETNS_IPV6_H__
|
||
|
|
||
|
struct netns_ipv6 {
|
||
|
};
|
||
|
#endif
|