blob: 2e8864a891e2486d4cef0810b445599a1df67cee [file] [log] [blame]
Rafał Miłeckia54013702012-11-12 13:03:21 +01001#ifndef __BCM47XXNFLASH_H
2#define __BCM47XXNFLASH_H
3
4#include <linux/mtd/mtd.h>
5#include <linux/mtd/nand.h>
6
7struct bcm47xxnflash {
8 struct bcma_drv_cc *cc;
9
10 struct nand_chip nand_chip;
11 struct mtd_info mtd;
12};
13
14#endif /* BCM47XXNFLASH */