Mercurial > yaffs-ecoscentric-gpl
changeset 39:4cd8b1224677
Add linux/config.h here and change include markers
| author | charles <charles> |
|---|---|
| date | Sun, 31 Jul 2005 00:26:57 +0000 |
| parents | b63d610256f5 |
| children | 53c4d1987a84 |
| files | yportenv.h |
| diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <linux/config.h> +#include <linux/kernel.h> +#include <linux/version.h> +#include <linux/mm.h> +#include <linux/string.h> +#include <linux/slab.h> #define YCHAR char #define YUCHAR unsigned char
