summaryrefslogtreecommitdiff
path: root/include/drivers/mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/mmc.h')
-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 */
};