]> Pileus Git - ~andy/linux/blob - drivers/mtd/devices/bcm47xxsflash.h
e37285e6fad930fcf9a6d015aa133f7656b2e683
[~andy/linux] / 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 */