powerpc/xics: Factor out cpu joining/unjoining the GIQ
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter / xt_NFQUEUE.h
blob9a9af79f74d2a40396f4606dbf37855dd5205b73
1 /* iptables module for using NFQUEUE mechanism
3 * (C) 2005 Harald Welte <laforge@netfilter.org>
5 * This software is distributed under GNU GPL v2, 1991
6 *
7 */
8 #ifndef _XT_NFQ_TARGET_H
9 #define _XT_NFQ_TARGET_H
11 /* target info */
12 struct xt_NFQ_info {
13 u_int16_t queuenum;
16 #endif /* _XT_NFQ_TARGET_H */