xref: /linux/include/net/net_ratelimit.h (revision 94bd217e2d683719ab21a4ac117d8a1b91cbedc9)
1*c5c177b4SDavid S. Miller #ifndef _LINUX_NET_RATELIMIT_H
2*c5c177b4SDavid S. Miller #define _LINUX_NET_RATELIMIT_H
3*c5c177b4SDavid S. Miller 
4*c5c177b4SDavid S. Miller #include <linux/ratelimit.h>
5*c5c177b4SDavid S. Miller 
6*c5c177b4SDavid S. Miller extern struct ratelimit_state net_ratelimit_state;
7*c5c177b4SDavid S. Miller 
8*c5c177b4SDavid S. Miller #endif	/* _LINUX_NET_RATELIMIT_H */
9