/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _XT_RATEEST_MATCH_H #define _XT_RATEEST_MATCH_H #include <linux/types.h> #include <linux/if.h> enum xt_rateest_match_flags { … }; enum xt_rateest_match_mode { … }; struct xt_rateest_match_info { … }; #endif /* _XT_RATEEST_MATCH_H */