X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_fileem2k.h;h=2b6f6e9be66a4a6c1847a2cd29385e47f4f13030;hp=e694c9258f333a479cabe50545738ab759e5cbe6;hb=29e2dccbc8145ce3fd337a91a266d29e9b0f3f60;hpb=170ea32c52fd2d9b7cbda9b169ad44038b1d15cf diff --git a/direct/yaffs_fileem2k.h b/direct/yaffs_fileem2k.h index e694c92..2b6f6e9 100644 --- a/direct/yaffs_fileem2k.h +++ b/direct/yaffs_fileem2k.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -18,8 +18,9 @@ #if 1 -#define SIZE_IN_MB 128 -//#define SIZE_IN_MB 8000 +#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) @@ -44,7 +45,7 @@ #endif -int yflash_GetNumberOfBlocks(void); +int yflash2_GetNumberOfBlocks(void); #endif