linux.h revision 285830
150477Speter/*	$FreeBSD: releng/10.2/contrib/ipfilter/ipsend/linux.h 255332 2013-09-06 23:11:19Z cy $	*/
228762Sbde
355626Sbde/*
455062Smarcel * Copyright (C) 2012 by Darren Reed.
528762Sbde *
614331Speter * This code may be freely distributed as long as it retains this notice
714331Speter * and is not changed in any way.  The author accepts no responsibility
883221Smarcel * for the use of this software.  I hate legaleese, don't you ?
983221Smarcel *
1083221Smarcel * @(#)linux.h	1.1 8/19/95
1183221Smarcel */
1283221Smarcel
1383221Smarcel#include <linux/config.h>
14#ifdef MODULE
15#include <linux/module.h>
16#include <linux/version.h>
17#endif /* MODULE */
18
19#include "ip_compat.h"
20