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