Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / ipf / ipsend / linux.h
blobd8296bafae8a81b201fc4895f335889dc6629d07
1 /* $NetBSD$ */
3 /*
4 * Copyright (C) 1995-1998 by Darren Reed.
6 * This code may be freely distributed as long as it retains this notice
7 * and is not changed in any way. The author accepts no responsibility
8 * for the use of this software. I hate legaleese, don't you ?
10 * @(#)linux.h 1.1 8/19/95
13 #include <linux/config.h>
14 #ifdef MODULE
15 #include <linux/module.h>
16 #include <linux/version.h>
17 #endif /* MODULE */
19 #include "ip_compat.h"