/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _XT_CT_H #define _XT_CT_H #include <linux/types.h> enum { … }; struct xt_ct_target_info { … }; struct xt_ct_target_info_v1 { … }; #endif /* _XT_CT_H */
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _XT_CT_H #define _XT_CT_H #include <linux/types.h> enum { … }; struct xt_ct_target_info { … }; struct xt_ct_target_info_v1 { … }; #endif /* _XT_CT_H */