]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/linux/netfilter_ipv4/ipt_tos.h
PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle
[karo-tx-linux.git] / include / linux / netfilter_ipv4 / ipt_tos.h
1 #ifndef _IPT_TOS_H
2 #define _IPT_TOS_H
3
4 struct ipt_tos_info {
5     u_int8_t tos;
6     u_int8_t invert;
7 };
8
9 #ifndef IPTOS_NORMALSVC
10 #define IPTOS_NORMALSVC 0
11 #endif
12
13 #endif /*_IPT_TOS_H*/