uffs_ecc.h

Go to the documentation of this file.
00001 
00007 #include "uffs/uffs_fs.h"
00008 #include "uffs/uffs_config.h"
00009 #include <string.h>
00010 
00011 #define MAX_ECC_LENGTH  8
00012 
00013 int uffs_GetEccSize512(uffs_Device *dev);
00014 void uffs_MakeEcc512(uffs_Device *dev, void *data, void *ecc);
00015 int uffs_EccCorrect512(uffs_Device *dev, void *data, void *read_ecc, const void *test_ecc);
00016 
00017 
00018 

Generated on Sat Mar 17 15:45:44 2007 for uffs-doc by  doxygen 1.5.0