aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-12-02 14:01:38 +0800
committerJohn Stultz <john.stultz@linaro.org>2012-02-14 14:29:45 -0800
commitfe02003827e7b2024b82b43a9cce3f7da35a2966 (patch)
tree757ccbbbe124bdfc3a70743c1bbb2297cd24c389 /include
parent83ff75e613965a5b06a3e00875803fe25635dcde (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);