au1550nd.h 269 B

12345678910111213141516
  1. /*
  2. * platform data for the Au1550 NAND driver
  3. */
  4. #ifndef _AU1550ND_H_
  5. #define _AU1550ND_H_
  6. #include <linux/mtd/partitions.h>
  7. struct au1550nd_platdata {
  8. struct mtd_partition *parts;
  9. int num_parts;
  10. int devwidth; /* 0 = 8bit device, 1 = 16bit device */
  11. };
  12. #endif