1 /* $NetBSD: linux.h,v 1.1.1.2 2012/07/22 13:44:37 darrenr Exp $ */ 2 3 /* 4 * Copyright (C) 2012 by Darren Reed. 5 * 6 * This code may be freely distributed as long as it retains this notice 7 * and is not changed in any way. The author accepts no responsibility 8 * for the use of this software. I hate legaleese, don't you ? 9 * 10 * @(#)linux.h 1.1 8/19/95 11 */ 12 13 #include <linux/config.h> 14 #ifdef MODULE 15 #include <linux/module.h> 16 #include <linux/version.h> 17 #endif /* MODULE */ 18 19 #include "ip_compat.h" 20