diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2008-11-11 11:22:38 -0800 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:37:58 -0800 |
commit | 5f1d38570739e06a2832b00a363e8a6134275222 (patch) | |
tree | 25ed965cf4cdc6b60a86b1589b33532f12ed40cd /include/linux/mmc | |
parent | e9d9512536dfbb53dd5bb26abfd597cbb1428716 (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 54600e927b06..dc680c4b50d4 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); |