/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* iptables module for using NFQUEUE mechanism * * (C) 2005 Harald Welte <[email protected]> * * This software is distributed under GNU GPL v2, 1991 * */ #ifndef _XT_NFQ_TARGET_H #define _XT_NFQ_TARGET_H #include <linux/types.h> /* target info */ struct xt_NFQ_info { … }; struct xt_NFQ_info_v1 { … }; struct xt_NFQ_info_v2 { … }; struct xt_NFQ_info_v3 { … }; #endif /* _XT_NFQ_TARGET_H */