summaryrefslogtreecommitdiff
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2008-11-11 11:22:38 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:37:58 -0800
commit5f1d38570739e06a2832b00a363e8a6134275222 (patch)
tree25ed965cf4cdc6b60a86b1589b33532f12ed40cd /include/linux/mmc
parente9d9512536dfbb53dd5bb26abfd597cbb1428716 (diff)
trout: Add functions for WiFi
Diffstat (limited to 'include/linux/mmc')
-rwxr-xr-x[-rw-r--r--]include/linux/mmc/sdio_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_func.h b/include/linux/mmc/sdio_func.h
index 54600e927b06..dc680c4b50d4 100644..100755
--- a/include/linux/mmc/sdio_func.h
+++ b/include/linux/mmc/sdio_func.h
@@ -138,6 +138,8 @@ extern int sdio_release_irq(struct sdio_func *func);
extern unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz);
extern u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret);
+extern u8 sdio_readb_ext(struct sdio_func *func, unsigned int addr, int *err_ret,
+ unsigned in);
extern u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret);
extern u32 sdio_readl(struct sdio_func *func, unsigned int addr, int *err_ret);