X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fmmc%2Fcore%2Fsdio_ops.h;h=12a4d3ab174cf9bcc19bff2d33d24cbb82f9c431;hb=a231a1f2714ce3b28445ac512a556d6c95517dab;hp=e2e74b0d17d8c1e7d9deb632ea24826ef9b48bc1;hpb=e3d18658d4f28e4783e1bb1c41e9134c9e5db0a9;p=karo-tx-linux.git diff --git a/drivers/mmc/core/sdio_ops.h b/drivers/mmc/core/sdio_ops.h index e2e74b0d17d8..12a4d3ab174c 100644 --- a/drivers/mmc/core/sdio_ops.h +++ b/drivers/mmc/core/sdio_ops.h @@ -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