diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2008-11-11 11:22:38 -0800 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2012-04-09 13:53:17 -0700 |
| commit | 4748cba95de98658184c25da60474c84d785647f (patch) | |
| tree | da67c20d69cb6136af3ec4d058056b13ff77676e /include/linux/mmc | |
| parent | e01587a794fa2ee14d3559a7d919af7e386a03e4 (diff) | |
trout: Add functions for WiFi
Diffstat (limited to 'include/linux/mmc')
| -rwxr-xr-x[-rw-r--r--] | include/linux/mmc/sdio_func.h | 2 |
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); |
