hv: hyperv.h: remove unneeded forward declarations of structures
[zen-stable.git] / include / linux / netfilter / xt_CLASSIFY.h
bloba813bf14dd632dcb78e2d301a63e73f9e74997f3
1 #ifndef _XT_CLASSIFY_H
2 #define _XT_CLASSIFY_H
4 #include <linux/types.h>
6 struct xt_classify_target_info {
7 __u32 priority;
8 };
10 #endif /*_XT_CLASSIFY_H */