]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - xt_pkttype.h
f265cf52faea2bc9df28a1417cda32b96cbaf27c
[linux-2.6-omap-h63xx.git] / 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*/