/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef XT_HMARK_H_ #define XT_HMARK_H_ #include <linux/types.h> #include <linux/netfilter.h> enum { … }; #define XT_HMARK_FLAG(flag) … hmark_ports; struct xt_hmark_info { … }; #endif /* XT_HMARK_H_ */