Update mmcsd_card.h
This commit is contained in:
parent
315a616436
commit
ae8ca61051
|
@ -135,6 +135,8 @@ struct rt_sdio_function {
|
||||||
rt_uint32_t enable_timeout_val; /* max enable timeout in msec */
|
rt_uint32_t enable_timeout_val; /* max enable timeout in msec */
|
||||||
|
|
||||||
struct rt_sdio_function_tuple *tuples;
|
struct rt_sdio_function_tuple *tuples;
|
||||||
|
|
||||||
|
void *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define SDIO_MAX_FUNCTIONS 7
|
#define SDIO_MAX_FUNCTIONS 7
|
||||||
|
|
Loading…
Reference in New Issue