dmitry pervushin | c11c221 | 2009-06-04 13:51:05 +0100 | [diff] [blame] | 1 | #ifndef __MACH_GPMI_H |
2 | |||||
3 | #include <linux/mtd/partitions.h> | ||||
4 | #include <mach/regs-gpmi.h> | ||||
5 | |||||
6 | struct gpmi_platform_data { | ||||
7 | void *pins; | ||||
8 | int nr_parts; | ||||
9 | struct mtd_partition *parts; | ||||
10 | const char *part_types[]; | ||||
11 | }; | ||||
12 | #endif |