]> err.no Git - linux-2.6/blob - include/linux/netfilter/xt_pkttype.h
[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches...
[linux-2.6] / 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*/