*** empty log message ***
[yaffs/.git] / yaffs_guts.h
index b42c7cb9100008adc622da25401dc7138f91b6b7..4a63c99172f644ab31dba254a5dfd977ea8d8b85 100644 (file)
@@ -13,6 +13,8 @@
  *
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
+ *
+ * $Id: yaffs_guts.h,v 1.10 2002-09-27 20:50:50 charles Exp $
  */
 
 #ifndef __YAFFS_GUTS_H__
@@ -423,6 +425,10 @@ struct yaffs_DeviceStruct
        int garbageCollections;
        int nRetriedWrites;
        int nRetiredBlocks;
+       int eccFixed;
+       int eccUnfixed;
+       int tagsEccFixed;
+       int tagsEccUnfixed;
        
        yaffs_Object *rootDir;
        yaffs_Object *lostNFoundDir;