mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
8 lines
82 B
C
8 lines
82 B
C
|
#ifndef __NETNS_DCCP_H__
|
||
|
#define __NETNS_DCCP_H__
|
||
|
|
||
|
struct netns_dccp {
|
||
|
};
|
||
|
|
||
|
#endif
|