From 1914e0005f937794cbae500c821063aaa2cec2d8 Mon Sep 17 00:00:00 2001 From: charles Date: Sun, 31 Jul 2005 00:26:57 +0000 Subject: [PATCH 1/1] Add linux/config.h here and change include markers --- yportenv.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 -- 2.30.2