tmio.h 346 B

1234567891011121314151617
  1. #ifndef MFD_TMIO_H
  2. #define MFD_TMIO_H
  3. /*
  4. * data for the NAND controller
  5. */
  6. struct tmio_nand_data {
  7. struct nand_bbt_descr *badblock_pattern;
  8. struct mtd_partition *partition;
  9. unsigned int num_partitions;
  10. };
  11. #define TMIO_NAND_CONFIG "tmio-nand-config"
  12. #define TMIO_NAND_CONTROL "tmio-nand-control"
  13. #define TMIO_NAND_IRQ "tmio-nand"
  14. #endif