diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 30f68c0c8c6e..845020d90c60 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -87,6 +87,10 @@ struct mmc_host { | |||
87 | struct mmc_ios ios; /* current io bus settings */ | 87 | struct mmc_ios ios; /* current io bus settings */ |
88 | u32 ocr; /* the current OCR setting */ | 88 | u32 ocr; /* the current OCR setting */ |
89 | 89 | ||
90 | unsigned int mode; /* current card mode of host */ | ||
91 | #define MMC_MODE_MMC 0 | ||
92 | #define MMC_MODE_SD 1 | ||
93 | |||
90 | struct list_head cards; /* devices attached to this host */ | 94 | struct list_head cards; /* devices attached to this host */ |
91 | 95 | ||
92 | wait_queue_head_t wq; | 96 | wait_queue_head_t wq; |