summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tmio.h
blob: 9438d8c9ac1c568b83f4a6ae12d05158a8142581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MFD_TMIO_H
#define MFD_TMIO_H

/*
 * data for the NAND controller
 */
struct tmio_nand_data {
	struct nand_bbt_descr	*badblock_pattern;
	struct mtd_partition	*partition;
	unsigned int		num_partitions;
};

#define TMIO_NAND_CONFIG	"tmio-nand-config"
#define TMIO_NAND_CONTROL	"tmio-nand-control"
#define TMIO_NAND_IRQ		"tmio-nand"

#endif