18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _LINUX_NET_RATELIMIT_H 38c2ecf20Sopenharmony_ci#define _LINUX_NET_RATELIMIT_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include <linux/ratelimit.h> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciextern struct ratelimit_state net_ratelimit_state; 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#endif /* _LINUX_NET_RATELIMIT_H */ 10