toolchain: switch kernel 2.4 builds to gcc 4.2.4
[tomato.git] / tools / brcm / K24 / hndtools-mipsel-uclibc-4.1.2 / include / linux / netfilter_ipv6 / ip6t_condition.h
blob164ff86e5057579dacc28715f6f764fc75c75d2a
1 #ifndef __IP6T_CONDITION_MATCH__
2 #define __IP6T_CONDITION_MATCH__
4 #define CONDITION6_NAME_LEN 32
6 struct condition6_info {
7 char name[CONDITION6_NAME_LEN];
8 int invert;
9 };
11 #endif