aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/card.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h
index 4652cf9c5442..ad7413854f79 100644
--- a/include/linux/mmc/card.h
+++ b/include/linux/mmc/card.h
@@ -151,6 +151,8 @@ struct mmc_card {
151 struct dentry *debugfs_root; 151 struct dentry *debugfs_root;
152}; 152};
153 153
154void mmc_fixup_device(struct mmc_card *dev);
155
154#define mmc_card_mmc(c) ((c)->type == MMC_TYPE_MMC) 156#define mmc_card_mmc(c) ((c)->type == MMC_TYPE_MMC)
155#define mmc_card_sd(c) ((c)->type == MMC_TYPE_SD) 157#define mmc_card_sd(c) ((c)->type == MMC_TYPE_SD)
156#define mmc_card_sdio(c) ((c)->type == MMC_TYPE_SDIO) 158#define mmc_card_sdio(c) ((c)->type == MMC_TYPE_SDIO)