mirror of https://gitee.com/openkylin/linux.git
8 lines
82 B
C
8 lines
82 B
C
|
#ifndef __NETNS_DCCP_H__
|
||
|
#define __NETNS_DCCP_H__
|
||
|
|
||
|
struct netns_dccp {
|
||
|
};
|
||
|
|
||
|
#endif
|