xref: /netbsd-src/external/bsd/ipf/dist/ipsd/linux.h (revision c9d5dc6c77aa32fd07899a7a63638e95ffa433dd)
1 /*	$NetBSD: linux.h,v 1.1.1.2 2012/07/22 13:44:34 darrenr Exp $	*/
2 
3 /*
4  * Copyright (C) 2012 by Darren Reed.
5  *
6  * See the IPFILTER.LICENCE file for details on licencing.
7  *
8  * @(#)linux.h	1.1 8/19/95
9  */
10 
11 #include <linux/config.h>
12 #ifdef MODULE
13 #include <linux/module.h>
14 #include <linux/version.h>
15 #endif /* MODULE */
16 
17 #include "ip_compat.h"
18