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 ca7007fdb399..6716bd12eccd 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -137,6 +137,7 @@ struct mmc_host_ops {
137 137
138 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios); 138 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
139 int (*execute_tuning)(struct mmc_host *host); 139 int (*execute_tuning)(struct mmc_host *host);
140 void (*enable_preset_value)(struct mmc_host *host, bool enable);
140}; 141};
141 142
142struct mmc_card; 143struct mmc_card;