aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/core/sdio_bus.h')
-rw-r--r--drivers/mmc/core/sdio_bus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/core/sdio_bus.h b/drivers/mmc/core/sdio_bus.h
index 567a76821ba7..b69a2540a076 100644
--- a/drivers/mmc/core/sdio_bus.h
+++ b/drivers/mmc/core/sdio_bus.h
@@ -11,6 +11,9 @@
#ifndef _MMC_CORE_SDIO_BUS_H
#define _MMC_CORE_SDIO_BUS_H
+struct mmc_card;
+struct sdio_func;
+
struct sdio_func *sdio_alloc_func(struct mmc_card *card);
int sdio_add_func(struct sdio_func *func);
void sdio_remove_func(struct sdio_func *func);