Cleanup patch - Remove all trailing whitespace and fix a few typos.
[yaffs2.git] / yaffs_tagscompat.h
index c746ad91d9e10bd3e20fe40aaeb4531b883d9b3a..a61e3ba14f1ffeff4937c61847112ca18ebf6356 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
+ * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
  * Copyright (C) 2002-2007 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
@@ -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