]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmc/card.h
sdio: store vendor strings
[linux-2.6-omap-h63xx.git] / include / linux / mmc / card.h
index a444431e28bd3cf489878e2362655255c08b209f..0d508ac17d6452b5a35429fd38704c8de2c13de4 100644 (file)
@@ -108,6 +108,8 @@ struct mmc_card {
        struct sdio_cccr        cccr;           /* common card info */
        struct sdio_cis         cis;            /* common tuple info */
        struct sdio_func        *sdio_func[SDIO_MAX_FUNCS]; /* SDIO functions (devices) */
+       unsigned                num_info;       /* number of info strings */
+       const char              **info;         /* info strings */
        struct sdio_func_tuple  *tuples;        /* unknown common tuples */
 };