Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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 */