mmc: add 'enable' and 'disable' methods to mmc host
[pandora-kernel.git] / drivers / mmc / core / host.h
index c2dc3d2..8c87e11 100644 (file)
@@ -14,5 +14,7 @@
 int mmc_register_host_class(void);
 void mmc_unregister_host_class(void);
 
+void mmc_host_deeper_disable(struct work_struct *work);
+
 #endif