summaryrefslogtreecommitdiffstats
path: root/ipsd/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipsd/linux.h')
-rw-r--r--ipsd/linux.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ipsd/linux.h b/ipsd/linux.h
new file mode 100644
index 0000000..d9606cb
--- /dev/null
+++ b/ipsd/linux.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 1997-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"
OpenPOWER on IntegriCloud