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:
Nicolas Pitre
2007-06-16 02:06:47 -04:00
committed by Pierre Ossman
parent b726126196
commit b1538bcf75
4 changed files with 70 additions and 29 deletions

View File

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