blob: 93c1bd5133c2321332ec707f6719557145bd3df6 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
David S. Millerc5c177b2011-05-27 13:41:33 -04002#ifndef _LINUX_NET_RATELIMIT_H
3#define _LINUX_NET_RATELIMIT_H
4
5#include <linux/ratelimit.h>
6
7extern struct ratelimit_state net_ratelimit_state;
8
9#endif /* _LINUX_NET_RATELIMIT_H */