Checkpointing changes
[yaffs2.git] / direct / yaffs_fileem2k.h
index febbf84dbec02dc267aaa485541845b5dff0e036..bf17f2c35e02a63bfcb6e0256aab6feab81129a3 100644 (file)
@@ -17,7 +17,7 @@
 
 #if 1
 
-#define SIZE_IN_MB 32
+#define SIZE_IN_MB 512
 #define PAGE_DATA_SIZE (2048)
 #define PAGE_SPARE_SIZE  (64)
 #define PAGE_SIZE  (PAGE_DATA_SIZE + PAGE_SPARE_SIZE)
@@ -41,5 +41,8 @@
 
 #endif
 
+
+int yflash_GetNumberOfBlocks(void);
+
 #endif