diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2008-11-11 11:22:38 -0800 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2011-06-14 09:08:51 -0700 |
| commit | dc12952ff1d458b2e3395626ae732e4ebc9fe05e (patch) | |
| tree | 43d81552aad56acbfd4468c5c1af2c295a46cc3b /include/linux/mmc | |
| parent | 9a248205b3a09a8ea2dcdb9cd5bd9b431c278f42 (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 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); |
