Welcome to mirror list, hosted at ThFree Co, Russian Federation.

net_ratelimit.h « net « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7727b4247daf5dbbbd543933a6d762ed298cfb3f (plain)
1
2
3
4
5
6
7
8
#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 */