X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_fileem2k.h;h=d750cc3f7c408fa460b331859471c00d2c352e2e;hp=bf17f2c35e02a63bfcb6e0256aab6feab81129a3;hb=a48028210bd3547399ecaed7b0138d6c43a1f547;hpb=f8ce690845de29ca75d312207c8e59eac8bf85d4 diff --git a/direct/yaffs_fileem2k.h b/direct/yaffs_fileem2k.h index bf17f2c..d750cc3 100644 --- a/direct/yaffs_fileem2k.h +++ b/direct/yaffs_fileem2k.h @@ -1,15 +1,16 @@ /* - * YAFFS: Yet another FFS. A NAND-flash specific file system. - * yaffs_ramdisk.c: yaffs ram disk component + * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002 Aleph One Ltd. + * Copyright (C) 2002-2007 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as + * it under the terms of the GNU Lesser General Public License version 2.1 as * published by the Free Software Foundation. * + * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ #ifndef __FILEEM2K_H__ @@ -17,7 +18,9 @@ #if 1 -#define SIZE_IN_MB 512 +#define SIZE_IN_MB 32 +/* #define SIZE_IN_MB 128 */ + #define PAGE_DATA_SIZE (2048) #define PAGE_SPARE_SIZE (64) #define PAGE_SIZE (PAGE_DATA_SIZE + PAGE_SPARE_SIZE) @@ -42,7 +45,7 @@ #endif -int yflash_GetNumberOfBlocks(void); +int yflash2_GetNumberOfBlocks(void); #endif