More checkpoint logging
[yaffs2.git] / direct / yaffs_fileem2k.h
index febbf84dbec02dc267aaa485541845b5dff0e036..5b24ef2f9eae73426124deb5ad87cc417af65c69 100644 (file)
@@ -17,7 +17,8 @@
 
 #if 1
 
-#define SIZE_IN_MB 32
+#define SIZE_IN_MB 128
+//#define SIZE_IN_MB 8000
 #define PAGE_DATA_SIZE (2048)
 #define PAGE_SPARE_SIZE  (64)
 #define PAGE_SIZE  (PAGE_DATA_SIZE + PAGE_SPARE_SIZE)
@@ -41,5 +42,8 @@
 
 #endif
 
+
+int yflash_GetNumberOfBlocks(void);
+
 #endif