Changeset 3afb758 in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2011-08-24T15:23:46Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a02517
- Parents:
- 5fe0a69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r5fe0a69 r3afb758 61 61 } 62 62 /*----------------------------------------------------------------------------*/ 63 static inline void hcd_destroy(hcd_t *hcd) 64 { 65 usb_endpoint_manager_destroy(&hcd->ep_manager); 66 } 67 /*----------------------------------------------------------------------------*/ 63 68 static inline void reset_ep_if_need( 64 69 hcd_t *hcd, usb_target_t target, const char* setup_data)
Note:
See TracChangeset
for help on using the changeset viewer.