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