https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d041fd6f98ca4ce42c570b4fc9897c627adfee3e authored by Jason Self on 17 September 2014, 16:39:47 UTC
Linux-libre 3.10.55-gnu
Tip revision: d041fd6
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