/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _IP6T_MH_H #define _IP6T_MH_H #include <linux/types.h> /* MH matching stuff */ struct ip6t_mh { … }; /* Values for "invflags" field in struct ip6t_mh. */ #define IP6T_MH_INV_TYPE … #define IP6T_MH_INV_MASK … #endif /*_IP6T_MH_H*/