allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter / nf_conntrack_autofw.h
blobf3f7bffc26fe21054ffb7cb4067eecfe1f650f3c
1 /*
2 * Copyright (C) 2008, Broadcom Corporation
3 * All Rights Reserved.
4 *
5 * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
6 * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
7 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
8 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
10 * $Id: nf_conntrack_autofw.h,v 1.1 2008/10/02 03:41:50 Exp $
13 #ifndef _NF_CONNTRACK_AUTOFW_H
14 #define _NF_CONNTRACK_AUTOFW_H
16 #ifdef __KERNEL__
18 struct nf_ct_autofw_master {
19 u_int16_t dport[2]; /* Related destination port range */
20 u_int16_t to[2]; /* Port range to map related destination port range to */
24 #endif /* __KERNEL__ */
26 #endif /* _NF_CONNTRACK_AUTOFW_H */