WorkStruct: make allyesconfig
[deliverable/linux.git] / drivers / mmc / mmc.h
index b498dffe0b118c48d392b6d4c39730dfb03ab67a..149affe0b6860772c75ff0eb9c87dc03f69b7f52 100644 (file)
 void mmc_init_card(struct mmc_card *card, struct mmc_host *host);
 int mmc_register_card(struct mmc_card *card);
 void mmc_remove_card(struct mmc_card *card);
+
+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
This page took 0.036897 seconds and 5 git commands to generate.