mtd: bcm47xxsflash: keep a reference to the BCMA
[deliverable/linux.git] / drivers / mtd / devices / bcm47xxsflash.h
CommitLineData
a2f74a7d
RM
1#ifndef __BCM47XXSFLASH_H
2#define __BCM47XXSFLASH_H
3
4#include <linux/mtd/mtd.h>
5
41c81536
RM
6struct bcma_drv_cc;
7
a2f74a7d 8struct bcm47xxsflash {
41c81536
RM
9 struct bcma_drv_cc *bcma_cc;
10
a2f74a7d
RM
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.139702 seconds and 5 git commands to generate.