/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _XT_IPCOMP_H #define _XT_IPCOMP_H #include <linux/types.h> struct xt_ipcomp { … }; /* Values for "invflags" field in struct xt_ipcomp. */ #define XT_IPCOMP_INV_SPI … #define XT_IPCOMP_INV_MASK … #endif /*_XT_IPCOMP_H*/