1145519Sdarrenr/*	$FreeBSD: releng/10.2/contrib/ipfilter/ipsend/linux.h 255332 2013-09-06 23:11:19Z cy $	*/
2145510Sdarrenr
322514Sdarrenr/*
4255332Scy * Copyright (C) 2012 by Darren Reed.
522514Sdarrenr *
6145510Sdarrenr * This code may be freely distributed as long as it retains this notice
7145510Sdarrenr * and is not changed in any way.  The author accepts no responsibility
8145510Sdarrenr * for the use of this software.  I hate legaleese, don't you ?
922514Sdarrenr *
1022514Sdarrenr * @(#)linux.h	1.1 8/19/95
1122514Sdarrenr */
1222514Sdarrenr
1322514Sdarrenr#include <linux/config.h>
1422514Sdarrenr#ifdef MODULE
1522514Sdarrenr#include <linux/module.h>
1622514Sdarrenr#include <linux/version.h>
1722514Sdarrenr#endif /* MODULE */
1822514Sdarrenr
1922514Sdarrenr#include "ip_compat.h"
20