18 lines
343 B
C
18 lines
343 B
C
/* $NetBSD: linux.h,v 1.2 2002/01/24 08:21:40 martti Exp $ */
|
|
|
|
/*
|
|
* Copyright (C) 1995-1998 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"
|