diff options
Diffstat (limited to 'arch/arm/plat-omap/include/mach/nand.h')
| -rw-r--r-- | arch/arm/plat-omap/include/mach/nand.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/nand.h b/arch/arm/plat-omap/include/mach/nand.h new file mode 100644 index 00000000000..631a7bed1ee --- /dev/null +++ b/arch/arm/plat-omap/include/mach/nand.h | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/plat-omap/include/mach/nand.h | ||
| 3 | * | ||
| 4 | * Copyright (C) 2006 Micron Technology Inc. | ||
| 5 | * | ||
| 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. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #include <linux/mtd/partitions.h> | ||
| 12 | |||
| 13 | struct omap_nand_platform_data { | ||
| 14 | unsigned int options; | ||
| 15 | int cs; | ||
| 16 | int gpio_irq; | ||
| 17 | struct mtd_partition *parts; | ||
| 18 | int nr_parts; | ||
| 19 | int (*nand_setup)(void __iomem *); | ||
| 20 | int (*dev_ready)(struct omap_nand_platform_data *); | ||
| 21 | int dma_channel; | ||
| 22 | void __iomem *gpmc_cs_baseaddr; | ||
| 23 | void __iomem *gpmc_baseaddr; | ||
| 24 | }; | ||
