*** empty log message ***
[yaffs/.git] / nand_ecc.c
index 6e2b7cd0cff55230453562f6f8636531ec511b89..c22397b801dce8fc41da5058dca77251357c46d2 100644 (file)
@@ -4,7 +4,7 @@
  *  Copyright (C) 2000 Steven J. Hill (sjhill@cotw.com)
  *                     Toshiba America Electronics Components, Inc.
  *
- * $Id: nand_ecc.c,v 1.2 2002-09-17 04:45:48 charles Exp $
+ * $Id: nand_ecc.c,v 1.3 2002-09-27 20:50:50 charles Exp $
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -16,6 +16,8 @@
  // Minor tweak by Charles Manning to prevent exporting symbols
  // when compiled in with yaffs.
 
+const char *nand_ecc_c_version = "$Id: nand_ecc.c,v 1.3 2002-09-27 20:50:50 charles Exp $";
+
 #if 0
 #include <linux/types.h>
 #include <linux/kernel.h>