*** empty log message ***
[yaffs/.git] / utils / mkyaffs.c
index 3a0ed6776be3dd0a0d11f8022bf4613bb81d77b2..53055b33febfac71c788a15e768ef37fd2f7bc4f 100644 (file)
@@ -34,6 +34,7 @@
 #include <linux/config.h>
 #include <linux/mtd/mtd.h>
 
+const char *mkyaffs_c_version = "$Id: mkyaffs.c,v 1.4 2002-10-02 02:11:25 charles Exp $";
 
 // countBits is a quick way of counting the number of bits in a byte.
 // ie. countBits[n] holds the number of 1 bits in a byte with the value n.