Add linux-next specific files for 20110831
[linux-2.6/next.git] / arch / arm / mach-nomadik / include / mach / nand.h
blobc3c8254c22a5766b2ba28b1b608b5eee5c07d59a
1 #ifndef __ASM_ARCH_NAND_H
2 #define __ASM_ARCH_NAND_H
4 struct nomadik_nand_platform_data {
5 struct mtd_partition *parts;
6 int nparts;
7 int options;
8 int (*init) (void);
9 int (*exit) (void);
12 #define NAND_IO_DATA 0x40000000
13 #define NAND_IO_CMD 0x40800000
14 #define NAND_IO_ADDR 0x41000000
16 #endif /* __ASM_ARCH_NAND_H */