https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 84386ae10e737ef22c117c30460e95de2b7b4a4d authored by Jason Self on 13 April 2017, 08:39:00 UTC
Linux-libre 3.12.73-gnu
Tip revision: 84386ae
net_ratelimit.h
#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 */
back to top