]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/linux/netfilter/xt_realm.h
[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches...
[linux-2.6-omap-h63xx.git] / include / linux / netfilter / xt_realm.h
1 #ifndef _XT_REALM_H
2 #define _XT_REALM_H
3
4 struct xt_realm_info {
5         u_int32_t id;
6         u_int32_t mask;
7         u_int8_t invert;
8 };
9
10 #endif /* _XT_REALM_H */