summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-omap3/mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-omap3/mmc.h')
-rw-r--r--include/asm-arm/arch-omap3/mmc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap3/mmc.h b/include/asm-arm/arch-omap3/mmc.h
index 55584d9f7..196ffdcff 100644
--- a/include/asm-arm/arch-omap3/mmc.h
+++ b/include/asm-arm/arch-omap3/mmc.h
@@ -223,6 +223,13 @@ typedef struct {
unsigned short newpublishedrca;
} mmc_resp_r6;
+typedef union {
+ unsigned int resp[4];
+ mmc_resp_r3 r3;
+ mmc_resp_r6 r6;
+ mmc_csd_reg_t Card_CSD;
+} mmc_resp_t;
+
extern mmc_card_data mmc_dev;
unsigned char mmc_lowlevel_init(void);