linux.h revision 145519
1160703Sthompsa/*	$FreeBSD: head/contrib/ipfilter/ipsend/linux.h 145519 2005-04-25 18:20:15Z darrenr $	*/
2160703Sthompsa
3160703Sthompsa/*
4160703Sthompsa * Copyright (C) 1995-1998 by Darren Reed.
5160703Sthompsa *
6160703Sthompsa * This code may be freely distributed as long as it retains this notice
7160703Sthompsa * and is not changed in any way.  The author accepts no responsibility
8160703Sthompsa * for the use of this software.  I hate legaleese, don't you ?
9160703Sthompsa *
10160703Sthompsa * @(#)linux.h	1.1 8/19/95
11160703Sthompsa */
12160703Sthompsa
13160703Sthompsa#include <linux/config.h>
14160703Sthompsa#ifdef MODULE
15160703Sthompsa#include <linux/module.h>
16160703Sthompsa#include <linux/version.h>
17160703Sthompsa#endif /* MODULE */
18160703Sthompsa
19160703Sthompsa#include "ip_compat.h"
20160703Sthompsa