repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hv: hyperv.h: remove unneeded forward declarations of structures
[zen-stable.git]
/
include
/
linux
/
netfilter
/
xt_CLASSIFY.h
blob
a813bf14dd632dcb78e2d301a63e73f9e74997f3
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 */