summaryrefslogtreecommitdiff
path: root/external/bsd/ipf/dist/ipsd/linux.h
blob: c7cd2d916790a844950f79757c80b5b63cce5ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$NetBSD: linux.h,v 1.1.1.2 2012/07/22 13:44:34 darrenr Exp $	*/

/*
 * Copyright (C) 2012 by Darren Reed.
 *
 * See the IPFILTER.LICENCE file for details on licencing.
 *
 * @(#)linux.h	1.1 8/19/95
 */

#include <linux/config.h>
#ifdef MODULE
#include <linux/module.h>
#include <linux/version.h>
#endif /* MODULE */

#include "ip_compat.h"