diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/slot-gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/slot-gpio.h b/include/linux/mmc/slot-gpio.h index edfaa3254373..1a977d7ba3ba 100644 --- a/include/linux/mmc/slot-gpio.h +++ b/include/linux/mmc/slot-gpio.h | |||
@@ -12,6 +12,8 @@ | |||
12 | #define MMC_SLOT_GPIO_H | 12 | #define MMC_SLOT_GPIO_H |
13 | 13 | ||
14 | struct mmc_host; | 14 | struct mmc_host; |
15 | |||
16 | int mmc_gpio_get_cd(struct mmc_host *host); | ||
15 | int mmc_gpio_request_cd(struct mmc_host *host, unsigned int gpio); | 17 | int mmc_gpio_request_cd(struct mmc_host *host, unsigned int gpio); |
16 | void mmc_gpio_free_cd(struct mmc_host *host); | 18 | void mmc_gpio_free_cd(struct mmc_host *host); |
17 | 19 | ||