aboutsummaryrefslogtreecommitdiff
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>2013-06-11 17:46:13 -0700
commitda2a35cc0600e6a474848671c718325388ecda0a (patch)
treeb53f7b33d6f72f4f307e7532859bd0391dff02e3 /include
parentda1344192938bead553698ae51b5875d4923ae22 (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 54600e927b0..dc680c4b50d 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);