X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_tagscompat.h;h=c1edb6a19ab859e69c0456c6752959646ce03c12;hb=e39518410bfa410b09e4b270755f756b91456001;hp=c746ad91d9e10bd3e20fe40aaeb4531b883d9b3a;hpb=749436878923f8c152c98cc016f32c0562479182;p=yaffs2.git diff --git a/yaffs_tagscompat.h b/yaffs_tagscompat.h index c746ad9..c1edb6a 100644 --- a/yaffs_tagscompat.h +++ b/yaffs_tagscompat.h @@ -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