mtd: bcm47xxsflash: keep a reference to the BCMA
[deliverable/linux.git] / drivers / mtd / devices / bcm47xxsflash.h
1 #ifndef __BCM47XXSFLASH_H
2 #define __BCM47XXSFLASH_H
3
4 #include <linux/mtd/mtd.h>
5
6 struct bcma_drv_cc;
7
8 struct bcm47xxsflash {
9 struct bcma_drv_cc *bcma_cc;
10
11 u32 window;
12 u32 blocksize;
13 u16 numblocks;
14 u32 size;
15
16 struct mtd_info mtd;
17 };
18
19 #endif /* BCM47XXSFLASH */
This page took 0.047857 seconds and 5 git commands to generate.