summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2008-11-11 11:22:38 -0800
committerArve Hjønnevåg <arve@android.com>2009-04-07 16:43:22 -0700
commit2b2e54c6e2a484a9475dea54006dcbd0895b5508 (patch)
treea39e1460e55b5775d26fb1647d15249d29b2a45e /include
parent62d51f0d0d0b3c758b4505c3855b61288b8e90aa (diff)
trout: Add functions for WiFi
Diffstat (limited to 'include')
-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 7da91f61d4d6..d8c80b196193 100644..100755
--- a/include/linux/mmc/sdio_func.h
+++ b/include/linux/mmc/sdio_func.h
@@ -133,6 +133,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);