Make bitmask 'and' operators return a result code
[pandora-kernel.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*/