[ARM] 5128/1: tc6393xb: tmio-nand support
[linux-2.6/kvm.git] / include / linux / mfd / tmio.h
blob9438d8c9ac1c568b83f4a6ae12d05158a8142581
1 #ifndef MFD_TMIO_H
2 #define MFD_TMIO_H
4 /*
5 * data for the NAND controller
6 */
7 struct tmio_nand_data {
8 struct nand_bbt_descr *badblock_pattern;
9 struct mtd_partition *partition;
10 unsigned int num_partitions;
13 #define TMIO_NAND_CONFIG "tmio-nand-config"
14 #define TMIO_NAND_CONTROL "tmio-nand-control"
15 #define TMIO_NAND_IRQ "tmio-nand"
17 #endif