X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_fileem2k.h;h=2b6f6e9be66a4a6c1847a2cd29385e47f4f13030;hp=febbf84dbec02dc267aaa485541845b5dff0e036;hb=4a96d43bb566f00596a31a41c535cabbf52d4f20;hpb=40b1e54e4e59aaeb6bafabcda5df47bddc5ecfee diff --git a/direct/yaffs_fileem2k.h b/direct/yaffs_fileem2k.h index febbf84..2b6f6e9 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-2010 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__ @@ -18,6 +19,8 @@ #if 1 #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) @@ -41,5 +44,8 @@ #endif + +int yflash2_GetNumberOfBlocks(void); + #endif