projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
sdio: recognize io card without powercycle
[linux-2.6.git]
/
drivers
/
mmc
/
core
/
sdio_ops.h
diff --git
a/drivers/mmc/core/sdio_ops.h
b/drivers/mmc/core/sdio_ops.h
index
e2e74b0
..
12a4d3a
100644
(file)
--- 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