diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index bb867d2c26bd..c1cbe598d470 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -223,6 +223,9 @@ static inline void *mmc_priv(struct mmc_host *host) | |||
223 | extern int mmc_suspend_host(struct mmc_host *, pm_message_t); | 223 | extern int mmc_suspend_host(struct mmc_host *, pm_message_t); |
224 | extern int mmc_resume_host(struct mmc_host *); | 224 | extern int mmc_resume_host(struct mmc_host *); |
225 | 225 | ||
226 | extern void mmc_power_save_host(struct mmc_host *host); | ||
227 | extern void mmc_power_restore_host(struct mmc_host *host); | ||
228 | |||
226 | extern void mmc_detect_change(struct mmc_host *, unsigned long delay); | 229 | extern void mmc_detect_change(struct mmc_host *, unsigned long delay); |
227 | extern void mmc_request_done(struct mmc_host *, struct mmc_request *); | 230 | extern void mmc_request_done(struct mmc_host *, struct mmc_request *); |
228 | 231 | ||