Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
422 giacomo 1
#ifndef __LINUX_DDP_NETFILTER_H
2
#define __LINUX_DDP_NETFILTER_H
3
 
4
/* DDP-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
/* Appletalk hooks */
11
#define NF_DDP_INPUT    0
12
#define NF_DDP_FORWARD  1
13
#define NF_DDP_OUTPUT   2
14
#endif /*__LINUX_DDP_NETFILTER_H*/