1#ifndef _XT_PKTTYPE_H
2#define _XT_PKTTYPE_H
3
4struct xt_pkttype_info {
5	int	pkttype;
6	int	invert;
7};
8#endif /*_XT_PKTTYPE_H*/
9