sdio: link unknown CIS tuples to the sdio_func structure
This way those tuples that the core cares about are consumed by the core code, and tuples that only function drivers might make sense of are available to drivers. Signed-off-by: Nicolas Pitre <npitre@mvista.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
committed by
Pierre Ossman
parent
b726126196
commit
b1538bcf75
@@ -15,5 +15,6 @@
|
||||
#define _MMC_SDIO_CIS_H
|
||||
|
||||
int sdio_read_cis(struct sdio_func *func);
|
||||
void sdio_free_cis(struct sdio_func *func);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user