changing trunk/trunk to trunk
[iptables.git] / include / linux / netfilter_ipv4 / ipt_FTOS.h
1 /* Set TOS field in header to any value
2  *
3  * (C) 2000 by Matthew G. Marsh <mgm@paktronix.com>
4  *
5  * This software is distributed under GNU GPL v2, 1991
6  * 
7  * ipt_FTOS.h borrowed heavily from ipt_TOS.h  11/09/2000
8 */
9 #ifndef _IPT_FTOS_H
10 #define _IPT_FTOS_H
11
12 struct ipt_FTOS_info {
13         u_int8_t ftos;
14 };
15
16 #endif /*_IPT_FTOS_H*/