diff options
Diffstat (limited to 'drivers/mmc/core/slot-gpio.h')
-rw-r--r-- | drivers/mmc/core/slot-gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/core/slot-gpio.h b/drivers/mmc/core/slot-gpio.h index 8c1854dc5d58..a06fd843f025 100644 --- a/drivers/mmc/core/slot-gpio.h +++ b/drivers/mmc/core/slot-gpio.h @@ -8,6 +8,8 @@ #ifndef _MMC_CORE_SLOTGPIO_H #define _MMC_CORE_SLOTGPIO_H +struct mmc_host; + int mmc_gpio_alloc(struct mmc_host *host); #endif |