summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-03 22:35:21 +0000
committerwdenk <wdenk>2005-04-03 22:35:21 +0000
commit384cc687445b34241fcc8b31bbb7aa9fc252dd90 (patch)
tree4ef26b0022805188ea5b7b4bf13a14973c5c4d70 /include/linux/mtd/nand.h
parentc1a11c19ecbfb390c09ad1ef9800412235ec1708 (diff)
downloadbarebox-384cc687445b34241fcc8b31bbb7aa9fc252dd90.tar.gz
barebox-384cc687445b34241fcc8b31bbb7aa9fc252dd90.tar.xz
Patches by Josef Wagner, 29 Oct 2004:
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r--include/linux/mtd/nand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index af2033c5b2..5236904959 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;
};
/*