[ARM] 5320/1: fix assembly constraints in implementation of do_div()
[linux-2.6/mini2440.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