2 * arch/arm/plat-omap/include/mach/nand.h
4 * Copyright (C) 2006 Micron Technology Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
11 #include <linux/mtd/partitions.h>
13 struct omap_nand_platform_data
{
17 struct mtd_partition
*parts
;
19 int (*nand_setup
)(void __iomem
*);
20 int (*dev_ready
)(struct omap_nand_platform_data
*);
22 void __iomem
*gpmc_cs_baseaddr
;
23 void __iomem
*gpmc_baseaddr
;