Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump...
[firefly-linux-kernel-4.4.55.git] / include / linux / netfilter / xt_pkttype.h
1 #ifndef _XT_PKTTYPE_H
2 #define _XT_PKTTYPE_H
3
4 struct xt_pkttype_info {
5         int     pkttype;
6         int     invert;
7 };
8 #endif /*_XT_PKTTYPE_H*/