mmc: implement SDIO IO_RW_DIRECT operation
[powerpc.git] / drivers / mmc / core / sdio_ops.h
index d8c9829..f0e9d69 100644 (file)
@@ -13,6 +13,8 @@
 #define _MMC_SDIO_OPS_H
 
 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
+int mmc_io_rw_direct(struct mmc_card *card, int write, unsigned fn,
+       unsigned addr, u8 in, u8* out);
 
 #endif