diff options
Diffstat (limited to 'drivers/mmc/core/core.h')
-rw-r--r-- | drivers/mmc/core/core.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mmc/core/core.h b/drivers/mmc/core/core.h index d6303d69071b..9d8f09ac0821 100644 --- a/drivers/mmc/core/core.h +++ b/drivers/mmc/core/core.h | |||
@@ -32,7 +32,8 @@ struct mmc_bus_ops { | |||
32 | int (*power_restore)(struct mmc_host *); | 32 | int (*power_restore)(struct mmc_host *); |
33 | int (*alive)(struct mmc_host *); | 33 | int (*alive)(struct mmc_host *); |
34 | int (*shutdown)(struct mmc_host *); | 34 | int (*shutdown)(struct mmc_host *); |
35 | int (*reset)(struct mmc_host *); | 35 | int (*hw_reset)(struct mmc_host *); |
36 | int (*sw_reset)(struct mmc_host *); | ||
36 | }; | 37 | }; |
37 | 38 | ||
38 | void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops); | 39 | void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops); |
@@ -51,6 +52,7 @@ u32 mmc_select_voltage(struct mmc_host *host, u32 ocr); | |||
51 | int mmc_set_uhs_voltage(struct mmc_host *host, u32 ocr); | 52 | int mmc_set_uhs_voltage(struct mmc_host *host, u32 ocr); |
52 | int mmc_host_set_uhs_voltage(struct mmc_host *host); | 53 | int mmc_host_set_uhs_voltage(struct mmc_host *host); |
53 | int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage); | 54 | int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage); |
55 | void mmc_set_initial_signal_voltage(struct mmc_host *host); | ||
54 | void mmc_set_timing(struct mmc_host *host, unsigned int timing); | 56 | void mmc_set_timing(struct mmc_host *host, unsigned int timing); |
55 | void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type); | 57 | void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type); |
56 | int mmc_select_drive_strength(struct mmc_card *card, unsigned int max_dtr, | 58 | int mmc_select_drive_strength(struct mmc_card *card, unsigned int max_dtr, |