kernel 2.4 target - use gcc 3.4.6 for kernel, gcc 4.1.2 for userspace apps
[tomato.git] / tools / brcm / hndtools-mipsel-uclibc-3.4.6 / include / linux / netfilter_x25.h
blob88e2354570eff0dc1149634b0e207fe5330afcda
1 #ifndef __LINUX_X25_NETFILTER_H
2 #define __LINUX_X25_NETFILTER_H
4 /* X25-specific defines for netfilter. Complete me sometime.
5 * (C)1998 Rusty Russell -- This code is GPL.
6 */
8 #include <linux/netfilter.h>
10 /* Hooks */
11 #define NF_X25_INPUT 0
12 #define NF_X25_FORWARD 1
13 #define NF_X25_OUTPUT 2
15 #endif /*__LINUX_X25_NETFILTER_H*/