trout: Add functions for WiFi

This commit is contained in:
Dmitry Shmidt
2008-11-11 11:22:38 -08:00
committed by Colin Cross
parent e01587a794
commit 4748cba95d
2 changed files with 35 additions and 0 deletions

2
include/linux/mmc/sdio_func.h Normal file → Executable file
View File

@@ -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);