Revision 59c5f46fbe01a00eedf54a23789634438bb80603 authored by Linus Torvalds on 06 June 2011, 09:06:33 UTC, committed by Linus Torvalds on 06 June 2011, 09:06:33 UTC
1 parent e0dcd8a
Raw File
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