]> Pileus Git - ~andy/linux/blob - include/uapi/linux/netfilter/xt_cgroup.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
[~andy/linux] / include / uapi / linux / netfilter / xt_cgroup.h
1 #ifndef _UAPI_XT_CGROUP_H
2 #define _UAPI_XT_CGROUP_H
3
4 #include <linux/types.h>
5
6 struct xt_cgroup_info {
7         __u32 id;
8         __u32 invert;
9 };
10
11 #endif /* _UAPI_XT_CGROUP_H */