gpmi.h 209 B

123456789101112
  1. #ifndef __MACH_GPMI_H
  2. #include <linux/mtd/partitions.h>
  3. #include <mach/regs-gpmi.h>
  4. struct gpmi_platform_data {
  5. void *pins;
  6. int nr_parts;
  7. struct mtd_partition *parts;
  8. const char *part_types[];
  9. };
  10. #endif