Changeset 48ae3ef in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2011-10-28T21:52:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57e06ef
- Parents:
- 7265558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r7265558 r48ae3ef 51 51 int (*schedule)(hcd_t *, usb_transfer_batch_t *); 52 52 int (*ep_add_hook)(hcd_t *, endpoint_t *); 53 void (*ep_remove_hook)(hcd_t *, endpoint_t *); 53 54 }; 54 55 /*----------------------------------------------------------------------------*/ … … 65 66 { 66 67 assert(hcd); 67 usb_endpoint_manager_reset_ if_need(68 usb_endpoint_manager_reset_eps_if_need( 68 69 &hcd->ep_manager, target, (const uint8_t *)setup_data); 69 70 }
Note:
See TracChangeset
for help on using the changeset viewer.