]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/mmc/core/sdio_ops.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / drivers / mmc / core / sdio_ops.h
index e2e74b0d17d8c1e7d9deb632ea24826ef9b48bc1..12a4d3ab174cf9bcc19bff2d33d24cbb82f9c431 100644 (file)
@@ -17,6 +17,7 @@ int mmc_io_rw_direct(struct mmc_card *card, int write, unsigned fn,
        unsigned addr, u8 in, u8* out);
 int mmc_io_rw_extended(struct mmc_card *card, int write, unsigned fn,
        unsigned addr, int incr_addr, u8 *buf, unsigned blocks, unsigned blksz);
+int sdio_reset(struct mmc_host *host);
 
 #endif