]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmc/sdio_func.h
sdio: store vendor strings
[linux-2.6-omap-h63xx.git] / include / linux / mmc / sdio_func.h
index da6a96c39776e022726dd01810bf3787d489db6c..b050f4d7b41f05af47bf98c342c0b4528d110e19 100644 (file)
@@ -51,6 +51,9 @@ struct sdio_func {
 
        u8                      tmpbuf[4];      /* DMA:able scratch buffer */
 
+       unsigned                num_info;       /* number of info strings */
+       const char              **info;         /* info strings */
+
        struct sdio_func_tuple *tuples;
 };