diff options
Diffstat (limited to 'drivers/mmc/mmc.h')
-rw-r--r-- | drivers/mmc/mmc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mmc/mmc.h b/drivers/mmc/mmc.h index 97bae00292fa..cd5e0ab3d84b 100644 --- a/drivers/mmc/mmc.h +++ b/drivers/mmc/mmc.h | |||
@@ -18,4 +18,8 @@ struct mmc_host *mmc_alloc_host_sysfs(int extra, struct device *dev); | |||
18 | int mmc_add_host_sysfs(struct mmc_host *host); | 18 | int mmc_add_host_sysfs(struct mmc_host *host); |
19 | void mmc_remove_host_sysfs(struct mmc_host *host); | 19 | void mmc_remove_host_sysfs(struct mmc_host *host); |
20 | void mmc_free_host_sysfs(struct mmc_host *host); | 20 | void mmc_free_host_sysfs(struct mmc_host *host); |
21 | |||
22 | int mmc_schedule_work(struct work_struct *work); | ||
23 | int mmc_schedule_delayed_work(struct work_struct *work, unsigned long delay); | ||
24 | void mmc_flush_scheduled_work(void); | ||
21 | #endif | 25 | #endif |