Rafał Miłecki | a2f74a7 | 2013-01-06 21:28:50 +0100 | [diff] [blame] | 1 | #ifndef __BCM47XXSFLASH_H |
2 | #define __BCM47XXSFLASH_H | ||||
3 | |||||
4 | #include <linux/mtd/mtd.h> | ||||
5 | |||||
6 | struct bcm47xxsflash { | ||||
7 | u32 window; | ||||
8 | u32 blocksize; | ||||
9 | u16 numblocks; | ||||
10 | u32 size; | ||||
11 | |||||
12 | struct mtd_info mtd; | ||||
13 | }; | ||||
14 | |||||
15 | #endif /* BCM47XXSFLASH */ |