mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-14 17:55:42 +08:00
7 lines
85 B
C
7 lines
85 B
C
|
#ifndef __NETNS_CONNTRACK_H
|
||
|
#define __NETNS_CONNTRACK_H
|
||
|
|
||
|
struct netns_ct {
|
||
|
};
|
||
|
#endif
|