From 4f239a1a2caa462ab14713be7c0c9c37507091c9 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 5 Feb 2007 16:28:59 -0800 Subject: [PATCH] --- yaml --- r: 49127 b: refs/heads/master c: 552a8278d0becd671274af56a11ee601e585387a h: refs/heads/master i: 49125: 9712c5b7ce1c2cdcf5d11a8edcc833abce7168fa 49123: 76cfd1013f4fe442c1a7e1297032886430a63cc0 49119: 63cbc8a914c8a4385059f52cae17329c6c7bac0b v: v3 --- [refs] | 2 +- trunk/include/linux/mtd/nand.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index cd25d80dba9a..324bb5ac47b5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 862c93b991e7132bafb078ec7ab5a0dee9e27ae6 +refs/heads/master: 552a8278d0becd671274af56a11ee601e585387a diff --git a/trunk/include/linux/mtd/nand.h b/trunk/include/linux/mtd/nand.h index 2071b02f0526..97523887fe5d 100644 --- a/trunk/include/linux/mtd/nand.h +++ b/trunk/include/linux/mtd/nand.h @@ -343,6 +343,7 @@ struct nand_buffers { * @options: [BOARDSPECIFIC] various chip options. They can partly be set to inform nand_scan about * special functionality. See the defines for further explanation * @badblockpos: [INTERN] position of the bad block marker in the oob area + * @cellinfo: [INTERN] MLC/multichip data from chip ident * @numchips: [INTERN] number of physical chips * @chipsize: [INTERN] the size of one chip for multichip arrays * @pagemask: [INTERN] page number mask = number of (pages / chip) - 1