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_ipv4 / ipt_random.h
blob83f6e09dfd4b946009f2ef3c24c8ba421279ed5b
1 #ifndef _IPT_RAND_H
2 #define _IPT_RAND_H
4 #include <linux/param.h>
5 #include <linux/types.h>
7 struct ipt_rand_info {
8 u_int8_t average;
9 };
11 #endif /*_IPT_RAND_H*/