]> Git Repo - linux.git/blob - include/linux/netfilter/xt_CLASSIFY.h
Merge branch 'master' of git://git.infradead.org/users/linville/wireless into for...
[linux.git] / 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 */
This page took 0.034997 seconds and 4 git commands to generate.