]> err.no Git - linux-2.6/blobdiff - drivers/mmc/core/core.h
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfashe...
[linux-2.6] / drivers / mmc / core / core.h
index 745da9881aa7e3c5a38ac982d52d9d227eae7afd..c819effa1032c5ccebf896dff58d78f6e7ca13d5 100644 (file)
@@ -56,5 +56,8 @@ extern int use_spi_crc;
 void mmc_add_host_debugfs(struct mmc_host *host);
 void mmc_remove_host_debugfs(struct mmc_host *host);
 
+void mmc_add_card_debugfs(struct mmc_card *card);
+void mmc_remove_card_debugfs(struct mmc_card *card);
+
 #endif