diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 6716bd12eccd..de32e6aa018a 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -66,6 +66,7 @@ struct mmc_ios { | |||
66 | 66 | ||
67 | #define MMC_SIGNAL_VOLTAGE_330 0 | 67 | #define MMC_SIGNAL_VOLTAGE_330 0 |
68 | #define MMC_SIGNAL_VOLTAGE_180 1 | 68 | #define MMC_SIGNAL_VOLTAGE_180 1 |
69 | #define MMC_SIGNAL_VOLTAGE_120 2 | ||
69 | 70 | ||
70 | unsigned char drv_type; /* driver type (A, B, C, D) */ | 71 | unsigned char drv_type; /* driver type (A, B, C, D) */ |
71 | 72 | ||