mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 00:08:50 +00:00
9 lines
181 B
C
9 lines
181 B
C
|
#ifndef _LINUX_NET_RATELIMIT_H
|
||
|
#define _LINUX_NET_RATELIMIT_H
|
||
|
|
||
|
#include <linux/ratelimit.h>
|
||
|
|
||
|
extern struct ratelimit_state net_ratelimit_state;
|
||
|
|
||
|
#endif /* _LINUX_NET_RATELIMIT_H */
|