mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59
[linux-2.6-microblaze.git] / include / linux / mmc / card.h
index f9ad35d..858fc4d 100644 (file)
@@ -139,6 +139,8 @@ struct sd_scr {
        unsigned char           cmds;
 #define SD_SCR_CMD20_SUPPORT   (1<<0)
 #define SD_SCR_CMD23_SUPPORT   (1<<1)
+#define SD_SCR_CMD48_SUPPORT   (1<<2)
+#define SD_SCR_CMD58_SUPPORT   (1<<3)
 };
 
 struct sd_ssr {