summaryrefslogtreecommitdiff
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2008-11-11 11:22:38 -0800
committerColin Cross <ccross@android.com>2011-06-14 09:08:51 -0700
commitdc12952ff1d458b2e3395626ae732e4ebc9fe05e (patch)
tree43d81552aad56acbfd4468c5c1af2c295a46cc3b /include/linux/mmc
parent9a248205b3a09a8ea2dcdb9cd5bd9b431c278f42 (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 cce6a3e341ae..557acae8cf95 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);