Adding fsx test to yaffs direct
[yaffs2.git] / direct / yaffsfs.c
index bd94a89bb984163ff2d20e7162bde7243d0bcc4b..dc6dab9640858117c6d139337c0405a2830a3010 100644 (file)
@@ -9,7 +9,6 @@
  * 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
  * published by the Free Software Foundation.
- *
  */
  
 #include "yaffsfs.h"
@@ -25,7 +24,7 @@
 #endif
 
 
-const char *yaffsfs_c_version="$Id: yaffsfs.c,v 1.16 2007-02-12 16:49:50 wookey Exp $";
+const char *yaffsfs_c_version="$Id: yaffsfs.c,v 1.18 2007-07-18 19:40:38 charles Exp $";
 
 // configurationList is the list of devices that are supported
 static yaffsfs_DeviceConfiguration *yaffsfs_configurationList;
@@ -39,6 +38,9 @@ static void yaffsfs_RemoveObjectCallback(yaffs_Object *obj);
 // Handle management.
 // 
 
+
+unsigned int yaffs_wr_attempts;
+
 typedef struct
 {
        __u8  inUse:1;          // this handle is in use