Changes in uspace/lib/usbhost/include/usb/host/hcd.h [a76b01b4:7711296] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
ra76b01b4 r7711296 61 61 void (*ep_remove_hook)(hcd_t *, endpoint_t *); 62 62 }; 63 63 /*----------------------------------------------------------------------------*/ 64 64 /** Initialize hcd_t structure. 65 65 * Initializes device and endpoint managers. Sets data and hook pointer to NULL. … … 79 79 hcd->ep_remove_hook = NULL; 80 80 } 81 81 /*----------------------------------------------------------------------------*/ 82 82 /** Check registered endpoints and reset toggle bit if necessary. 83 83 * @param hcd hcd_t structure, non-null. … … 92 92 &hcd->ep_manager, target, (const uint8_t *)setup_data); 93 93 } 94 94 /*----------------------------------------------------------------------------*/ 95 95 /** Data retrieve wrapper. 96 96 * @param fun ddf function, non-null. … … 102 102 return fun->driver_data; 103 103 } 104 104 /*----------------------------------------------------------------------------*/ 105 105 extern usbhc_iface_t hcd_iface; 106 106
Note:
See TracChangeset
for help on using the changeset viewer.