usbh_hubbed: reorder items in _usbh_dev_driver struct
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
parent
efa0baa458
commit
e31939e22f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,8 +54,8 @@ struct _usbh_dev_driver_info {
|
|||
typedef struct _usbh_dev_driver_info usbh_dev_driver_info_t;
|
||||
|
||||
struct _usbh_dev_driver {
|
||||
bool (*analyze_descriptor)(void *drv, void *descriptor);
|
||||
void *(*init)(void *usbh_dev);
|
||||
bool (*analyze_descriptor)(void *drv, void *descriptor);
|
||||
void (*poll)(void *drvdata, uint32_t time_curr_us);
|
||||
void (*remove)(void *drvdata);
|
||||
const usbh_dev_driver_info_t * const info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue