Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / linux / netfilter_x25.h
1 #ifndef __LINUX_X25_NETFILTER_H
2 #define __LINUX_X25_NETFILTER_H
3
4 /* X25-specific defines for netfilter.  Complete me sometime.
5  * (C)1998 Rusty Russell -- This code is GPL.
6  */
7
8 #include <linux/netfilter.h>
9
10 /* Hooks */
11 #define NF_X25_INPUT    0
12 #define NF_X25_FORWARD  1
13 #define NF_X25_OUTPUT   2
14
15 #endif /*__LINUX_X25_NETFILTER_H*/