Changeset a76b01b4 in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2012-02-24T19:11:23Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2bd8822
- Parents:
- 76fbd9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r76fbd9a ra76b01b4 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.