bcm47xxsflash.h (dca3a783400a18e2bf4503b1d4a85c4d0ca1a7e4) bcm47xxsflash.h (41c81536ea25d17933b5b503053a5990ec05502a)
1#ifndef __BCM47XXSFLASH_H
2#define __BCM47XXSFLASH_H
3
4#include <linux/mtd/mtd.h>
5
1#ifndef __BCM47XXSFLASH_H
2#define __BCM47XXSFLASH_H
3
4#include <linux/mtd/mtd.h>
5
6struct bcma_drv_cc;
7
6struct bcm47xxsflash {
8struct bcm47xxsflash {
9 struct bcma_drv_cc *bcma_cc;
10
7 u32 window;
8 u32 blocksize;
9 u16 numblocks;
10 u32 size;
11
12 struct mtd_info mtd;
13};
14
15#endif /* BCM47XXSFLASH */
11 u32 window;
12 u32 blocksize;
13 u16 numblocks;
14 u32 size;
15
16 struct mtd_info mtd;
17};
18
19#endif /* BCM47XXSFLASH */