bcm47xxnflash.h 240 B

1234567891011121314
  1. #ifndef __BCM47XXNFLASH_H
  2. #define __BCM47XXNFLASH_H
  3. #include <linux/mtd/mtd.h>
  4. #include <linux/mtd/nand.h>
  5. struct bcm47xxnflash {
  6. struct bcma_drv_cc *cc;
  7. struct nand_chip nand_chip;
  8. struct mtd_info mtd;
  9. };
  10. #endif /* BCM47XXNFLASH */