https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d50217dd6cd806bc63ab49c5ee45a4dfd38d30dd authored by Jason Self on 31 May 2014, 19:41:14 UTC
Linux-libre 3.10.41-gnu
Tip revision: d50217d
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