diff options
Diffstat (limited to 'drivers/mtd/devices/bcm47xxsflash.h')
-rw-r--r-- | drivers/mtd/devices/bcm47xxsflash.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/mtd/devices/bcm47xxsflash.h b/drivers/mtd/devices/bcm47xxsflash.h new file mode 100644 index 000000000000..ebf6f710e23c --- /dev/null +++ b/drivers/mtd/devices/bcm47xxsflash.h | |||
@@ -0,0 +1,15 @@ | |||
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 */ | ||