]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/mmc.h
[PATCH] x86-64: Dynamically adjust machine check interval
[linux-2.6-omap-h63xx.git] / drivers / mmc / mmc.h
index 97bae00292fafdfdfc7d785d9b4725603e5583d5..149affe0b6860772c75ff0eb9c87dc03f69b7f52 100644 (file)
@@ -18,4 +18,8 @@ struct mmc_host *mmc_alloc_host_sysfs(int extra, struct device *dev);
 int mmc_add_host_sysfs(struct mmc_host *host);
 void mmc_remove_host_sysfs(struct mmc_host *host);
 void mmc_free_host_sysfs(struct mmc_host *host);
+
+int mmc_schedule_work(struct work_struct *work);
+int mmc_schedule_delayed_work(struct delayed_work *work, unsigned long delay);
+void mmc_flush_scheduled_work(void);
 #endif