mtd/include/linux/mtd nand.h,1.58,1.59
dbrown at infradead.org
dbrown at infradead.org
Tue Jun 22 09:59:34 EDT 2004
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv4720/include/linux/mtd
Modified Files:
nand.h
Log Message:
Add option to mark reserved (as opposed to bad) pages in stored BBT.
Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- nand.h 16 Jun 2004 17:26:48 -0000 1.58
+++ nand.h 22 Jun 2004 13:59:32 -0000 1.59
@@ -392,6 +392,7 @@
int version[NAND_MAX_CHIPS];
int len;
int maxblocks;
+ int reserved_block_code;
uint8_t *pattern;
};
More information about the linux-mtd-cvs
mailing list