Merge to Fedora kernel-2.6.18-1.2260_FC5 patched with stable patch-2.6.18.5-vs2.0...
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_TOS.h
1 #ifndef _IPT_TOS_H_target
2 #define _IPT_TOS_H_target
3
4 #ifndef IPTOS_NORMALSVC
5 #define IPTOS_NORMALSVC 0
6 #endif
7
8 struct ipt_tos_target_info {
9         u_int8_t tos;
10 };
11
12 #endif /*_IPT_TOS_H_target*/