Rolling in Ians and other changes
[yaffs2.git] / yaffs_tagscompat.h
index c746ad91d9e10bd3e20fe40aaeb4531b883d9b3a..c1edb6a19ab859e69c0456c6752959646ce03c12 100644 (file)
@@ -33,4 +33,8 @@ int yaffs_TagsCompatabilityQueryNANDBlock(struct yaffs_DeviceStruct *dev,
                                          int blockNo, yaffs_BlockState *
                                          state, int *sequenceNumber);
 
+void yaffs_CalcTagsECC(yaffs_Tags * tags);
+int yaffs_CheckECCOnTags(yaffs_Tags * tags);
+int yaffs_CountBits(__u8 byte);
+
 #endif