summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio_ops.h
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2010-05-18 10:10:26 -0400
committerJustin Waters <justin.waters@timesys.com>2010-05-18 10:10:26 -0400
commit2e70c9f0621b65a563ba6961310ad7de9c6b4052 (patch)
tree63d99c5c390cecaa252eac3ee0b746cebbe2c1ce /drivers/mmc/core/sdio_ops.h
parent63144b093aae08e3f573545326586b07f0d1cf95 (diff)
Add support for SDIO Wireless chip on the CCWMX51JS2.6.31-ccwmx51js-201005181410
Diffstat (limited to 'drivers/mmc/core/sdio_ops.h')
-rw-r--r--drivers/mmc/core/sdio_ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/sdio_ops.h b/drivers/mmc/core/sdio_ops.h
index e2e74b0d17d8..9b546c71eb5e 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_go_idle(struct mmc_host *host);
#endif