repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VFS: Put a small type field into struct dentry::d_flags
[linux-2.6.git]
/
include
/
net
/
net_ratelimit.h
blob
7727b4247daf5dbbbd543933a6d762ed298cfb3f
1
#ifndef _LINUX_NET_RATELIMIT_H
2
#define _LINUX_NET_RATELIMIT_H
3
4
#include <linux/ratelimit.h>
5
6
extern
struct
ratelimit_state net_ratelimit_state
;
7
8
#endif
/* _LINUX_NET_RATELIMIT_H */