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