diff options
Diffstat (limited to 'include/linux/mtd/nand.h')
| -rw-r--r-- | include/linux/mtd/nand.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index af2033c5b..523690495 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -122,6 +122,7 @@ struct nand_chip {  	uint oobblock;  /* Size of OOB blocks (e.g. 512) */  	uint oobsize;   /* Amount of OOB data per block (e.g. 16) */  	uint eccsize; +	int bus16;  };  /* @@ -165,6 +166,7 @@ struct nand_flash_dev {  	char page256;  	char pageadrlen;  	unsigned long erasesize; +	int bus16;  };  /* |