]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/uapi/linux/netfilter/xt_cgroup.h
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / 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 */