aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/sdio_func.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_func.h b/include/linux/mmc/sdio_func.h
index f05757984e8d..da6a96c39776 100644
--- a/include/linux/mmc/sdio_func.h
+++ b/include/linux/mmc/sdio_func.h
@@ -141,5 +141,10 @@ extern int sdio_memcpy_toio(struct sdio_func *func, unsigned int addr,
141extern int sdio_writesb(struct sdio_func *func, unsigned int addr, 141extern int sdio_writesb(struct sdio_func *func, unsigned int addr,
142 void *src, int count); 142 void *src, int count);
143 143
144extern unsigned char sdio_f0_readb(struct sdio_func *func,
145 unsigned int addr, int *err_ret);
146extern void sdio_f0_writeb(struct sdio_func *func, unsigned char b,
147 unsigned int addr, int *err_ret);
148
144#endif 149#endif
145 150