/arch/arm/mach-nomadik/include/mach/nand.h
https://github.com/AICP/kernel_asus_grouper · C Header · 16 lines · 13 code · 3 blank · 0 comment · 0 complexity · 2c48c9d463aa6d027b1fc4e67d97fecb MD5 · raw file
- #ifndef __ASM_ARCH_NAND_H
- #define __ASM_ARCH_NAND_H
- struct nomadik_nand_platform_data {
- struct mtd_partition *parts;
- int nparts;
- int options;
- int (*init) (void);
- int (*exit) (void);
- };
- #define NAND_IO_DATA 0x40000000
- #define NAND_IO_CMD 0x40800000
- #define NAND_IO_ADDR 0x41000000
- #endif /* __ASM_ARCH_NAND_H */