Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / include / net / netns / dccp.h
blob98d2a7ce1f710cb87a3fc723ae1474508cf92518
1 #ifndef __NETNS_DCCP_H__
2 #define __NETNS_DCCP_H__
4 struct sock;
6 struct netns_dccp {
7 struct sock *v4_ctl_sk;
8 struct sock *v6_ctl_sk;
9 };
11 #endif