projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.infradead.org/mtd-2.6
[linux-2.6]
/
include
/
linux
/
netfilter
/
xt_CLASSIFY.h
1
#ifndef _XT_CLASSIFY_H
2
#define _XT_CLASSIFY_H
3
4
#include <linux/types.h>
5
6
struct xt_classify_target_info {
7
__u32 priority;
8
};
9
10
#endif /*_XT_CLASSIFY_H */