diff options
Diffstat (limited to 'drivers/mmc/core/core.h')
-rw-r--r-- | drivers/mmc/core/core.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/core/core.h b/drivers/mmc/core/core.h index cdb332b7ded..c819effa103 100644 --- a/drivers/mmc/core/core.h +++ b/drivers/mmc/core/core.h | |||
@@ -52,5 +52,12 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr); | |||
52 | 52 | ||
53 | extern int use_spi_crc; | 53 | extern int use_spi_crc; |
54 | 54 | ||
55 | /* Debugfs information for hosts and cards */ | ||
56 | void mmc_add_host_debugfs(struct mmc_host *host); | ||
57 | void mmc_remove_host_debugfs(struct mmc_host *host); | ||
58 | |||
59 | void mmc_add_card_debugfs(struct mmc_card *card); | ||
60 | void mmc_remove_card_debugfs(struct mmc_card *card); | ||
61 | |||
55 | #endif | 62 | #endif |
56 | 63 | ||