More cleaning ...
[linux-2.6/linux-mips.git] / include / linux / netfilter_ipx.h
blobebd93bfa6da9beee4377e01b56065766a9276e69
1 #ifndef __LINUX_IPX_NETFILTER_H
2 #define __LINUX_IPX_NETFILTER_H
4 /* IPX-specific defines for netfilter. Complete me sometime.
5 * (C)1998 Rusty Russell -- This code is GPL.
6 */
8 #include <linux/netfilter.h>
10 /* IPX Hooks */
11 #define NF_IPX_INPUT 0
12 #define NF_IPX_FORWARD 1
13 #define NF_IPX_OUTPUT 2
14 #endif /*__LINUX_IPX_NETFILTER_H*/