]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - include/linux/mmc/mmc.h
[ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and...
[lisovros/linux_canprio.git] / include / linux / mmc / mmc.h
index bdc556d884989c9e51f6c46b915f4efb146e162b..03a14a30c46a1230d57443007783e466b519450b 100644 (file)
@@ -69,6 +69,7 @@ struct mmc_data {
        unsigned int            timeout_ns;     /* data timeout (in ns, max 80ms) */
        unsigned int            timeout_clks;   /* data timeout (in clocks) */
        unsigned int            blksz_bits;     /* data block size */
+       unsigned int            blksz;          /* data block size */
        unsigned int            blocks;         /* number of blocks */
        unsigned int            error;          /* data error */
        unsigned int            flags;