mtd: bcm47xxsflash: store info about flash type
[deliverable/linux.git] / drivers / mtd / devices / bcm47xxsflash.h
index e37285e6fad930fcf9a6d015aa133f7656b2e683..44985294ed8f93431a27ac7b9c979da6b69eadd3 100644 (file)
@@ -5,9 +5,16 @@
 
 struct bcma_drv_cc;
 
+enum bcm47xxsflash_type {
+       BCM47XXSFLASH_TYPE_ATMEL,
+       BCM47XXSFLASH_TYPE_ST,
+};
+
 struct bcm47xxsflash {
        struct bcma_drv_cc *bcma_cc;
 
+       enum bcm47xxsflash_type type;
+
        u32 window;
        u32 blocksize;
        u16 numblocks;
This page took 0.044647 seconds and 5 git commands to generate.