diff options
Diffstat (limited to 'include/linux/mmc/sdio_func.h')
-rw-r--r-- | include/linux/mmc/sdio_func.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_func.h b/include/linux/mmc/sdio_func.h index 5c56df196287..3365fef5f713 100644 --- a/include/linux/mmc/sdio_func.h +++ b/include/linux/mmc/sdio_func.h | |||
@@ -55,6 +55,9 @@ extern void sdio_unregister_driver(struct sdio_driver *); | |||
55 | extern void sdio_claim_host(struct sdio_func *func); | 55 | extern void sdio_claim_host(struct sdio_func *func); |
56 | extern void sdio_release_host(struct sdio_func *func); | 56 | extern void sdio_release_host(struct sdio_func *func); |
57 | 57 | ||
58 | extern int sdio_enable_func(struct sdio_func *func); | ||
59 | extern int sdio_disable_func(struct sdio_func *func); | ||
60 | |||
58 | extern unsigned char sdio_readb(struct sdio_func *func, | 61 | extern unsigned char sdio_readb(struct sdio_func *func, |
59 | unsigned int addr, int *err_ret); | 62 | unsigned int addr, int *err_ret); |
60 | 63 | ||