From: charles Date: Sun, 31 Jul 2005 00:26:57 +0000 (+0000) Subject: Add linux/config.h here and change include markers X-Git-Tag: pre-name-change~448 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=1914e0005f937794cbae500c821063aaa2cec2d8;hp=14609dd277d69fdcddfb68bf465d06bb1cda82c7 Add linux/config.h here and change include markers --- diff --git a/yportenv.h b/yportenv.h index aa211e7..b5e0434 100644 --- a/yportenv.h +++ b/yportenv.h @@ -15,7 +15,7 @@ * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. * - * $Id: yportenv.h,v 1.5 2004-12-17 04:39:04 charles Exp $ + * $Id: yportenv.h,v 1.6 2005-07-31 00:26:57 charles Exp $ * */ @@ -32,11 +32,12 @@ // Linux kernel -#include "linux/kernel.h" -#include "linux/version.h" -#include "linux/mm.h" -#include "linux/string.h" -#include "linux/slab.h" +#include +#include +#include +#include +#include +#include #define YCHAR char #define YUCHAR unsigned char