aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r--include/linux/mmc/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index e05bd241c676..33a4d08d810e 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -236,6 +236,7 @@ struct mmc_host {
236 MMC_CAP2_HS200_1_2V_SDR) 236 MMC_CAP2_HS200_1_2V_SDR)
237#define MMC_CAP2_BROKEN_VOLTAGE (1 << 7) /* Use the broken voltage */ 237#define MMC_CAP2_BROKEN_VOLTAGE (1 << 7) /* Use the broken voltage */
238#define MMC_CAP2_DETECT_ON_ERR (1 << 8) /* On I/O err check card removal */ 238#define MMC_CAP2_DETECT_ON_ERR (1 << 8) /* On I/O err check card removal */
239#define MMC_CAP2_HC_ERASE_SZ (1 << 9) /* High-capacity erase size */
239 240
240 mmc_pm_flag_t pm_caps; /* supported pm features */ 241 mmc_pm_flag_t pm_caps; /* supported pm features */
241 unsigned int power_notify_type; 242 unsigned int power_notify_type;