GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / plat-stmp3xxx / include / mach / gpmi.h
blobe166432910ad0e2745de9eb44c1e699e0be32a4c
1 #ifndef __MACH_GPMI_H
3 #include <linux/mtd/partitions.h>
4 #include <mach/regs-gpmi.h>
6 struct gpmi_platform_data {
7 void *pins;
8 int nr_parts;
9 struct mtd_partition *parts;
10 const char *part_types[];
12 #endif