Sign in
android-kvm
/
linux
/
11599ebac4a249ab3c8b9a535c21db7a51458c0a
/
.
/
drivers
/
mtd
/
devices
/
bcm47xxsflash.h
blob: ebf6f710e23c0ada24b3de883db29acf0be6c7ec [
file
] [
log
] [
blame
]
#ifndef
__BCM47XXSFLASH_H
#define
__BCM47XXSFLASH_H
#include
<linux/mtd/mtd.h>
struct
bcm47xxsflash
{
u32 window
;
u32 blocksize
;
u16 numblocks
;
u32 size
;
struct
mtd_info mtd
;
};
#endif
/* BCM47XXSFLASH */