Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[firefly-linux-kernel-4.4.55.git] / drivers / mtd / devices / bcm47xxsflash.h
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 */