Ver Fonte

Update mmcsd_card.h

ruiqian há 8 anos atrás
pai
commit
ae8ca61051
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      components/drivers/include/drivers/mmcsd_card.h

+ 2 - 0
components/drivers/include/drivers/mmcsd_card.h

@@ -135,6 +135,8 @@ struct rt_sdio_function {
 	rt_uint32_t		enable_timeout_val; /* max enable timeout in msec */
 
 	struct rt_sdio_function_tuple *tuples;
+    
+    void            *priv;
 };
 
 #define SDIO_MAX_FUNCTIONS		7