summaryrefslogtreecommitdiff
path: root/include/drivers
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2019-03-08 09:41:22 +0000
committerGitHub <noreply@github.com>2019-03-08 09:41:22 +0000
commit3c652a2d1c52a67a254e0e9bb2c7d16511cca5a3 (patch)
treebcc64c6888950e8ff6221dd9cb7f19fbdacafedd /include/drivers
parenta6561a28d6a1990878a720b76dea66723e8c9f8b (diff)
parentdd8c03b6bf16739f979ddc5aa20279b06ea5ea3e (diff)
Merge pull request #1863 from thloh85-intel/mmc_fixes
drivers: mmc: Fix some issues with MMC stack
Diffstat (limited to 'include/drivers')
-rw-r--r--include/drivers/mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/mmc.h b/include/drivers/mmc.h
index 2aaa28d6..7611f019 100644
--- a/include/drivers/mmc.h
+++ b/include/drivers/mmc.h
@@ -220,6 +220,7 @@ struct mmc_device_info {
unsigned long long device_size; /* Size of device in bytes */
unsigned int block_size; /* Block size in bytes */
unsigned int max_bus_freq; /* Max bus freq in Hz */
+ unsigned int ocr_voltage; /* OCR voltage */
enum mmc_device_type mmc_dev_type; /* Type of MMC */
};