Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[deliverable/linux.git] / include / linux / netfilter / xt_NFQUEUE.h
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 #include <linux/types.h>
12
13 /* target info */
14 struct xt_NFQ_info {
15 __u16 queuenum;
16 };
17
18 #endif /* _XT_NFQ_TARGET_H */
This page took 0.05045 seconds and 6 git commands to generate.