]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmc/sdio_func.h
mmc: enable/disable functions for SDIO
[linux-2.6-omap-h63xx.git] / include / linux / mmc / sdio_func.h
index 5c56df196287be61240412461574d61a31d2afa4..3365fef5f71315c5128f8d8463568910ee21b2a0 100644 (file)
@@ -55,6 +55,9 @@ extern void sdio_unregister_driver(struct sdio_driver *);
 extern void sdio_claim_host(struct sdio_func *func);
 extern void sdio_release_host(struct sdio_func *func);
 
+extern int sdio_enable_func(struct sdio_func *func);
+extern int sdio_disable_func(struct sdio_func *func);
+
 extern unsigned char sdio_readb(struct sdio_func *func,
        unsigned int addr, int *err_ret);