Mercurial > yaffs-ecoscentric-gpl
diff direct/yaffsfs.c @ 179:2c3cea26b1ca
Rolling in Ians and other changes
| author | charles <charles> |
|---|---|
| date | Wed, 18 Jul 2007 19:40:37 +0000 |
| parents | fcfa82492193 |
| children | 0f70320a2274 |
line wrap: on
line diff
--- a/direct/yaffsfs.c +++ b/direct/yaffsfs.c @@ -24,7 +24,7 @@ #endif -const char *yaffsfs_c_version="$Id: yaffsfs.c,v 1.17 2007-02-14 01:09:06 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; @@ -38,6 +38,9 @@ static void yaffsfs_RemoveObjectCallback // Handle management. // + +unsigned int yaffs_wr_attempts; + typedef struct { __u8 inUse:1; // this handle is in use
