xref: /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/xt_NFQUEUE.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 /* iptables module for using NFQUEUE mechanism
2  *
3  * (C) 2005 Harald Welte <laforge@netfilter.org>
4  *
5  * This software is distributed under GNU GPL v2, 1991
6  *
7 */
8 #ifndef _XT_NFQ_TARGET_H
9 #define _XT_NFQ_TARGET_H
10 
11 /* target info */
12 struct xt_NFQ_info {
13 	u_int16_t queuenum;
14 };
15 
16 #endif /* _XT_NFQ_TARGET_H */
17