Changeset f51587f5 in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2012-12-16T17:17:37Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 395bb79
- Parents:
- 8de2cca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
r8de2cca rf51587f5 89 89 void hc_enqueue_endpoint(hc_t *instance, const endpoint_t *ep); 90 90 void hc_dequeue_endpoint(hc_t *instance, const endpoint_t *ep); 91 int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch); 91 92 92 93 void hc_interrupt(hc_t *instance, uint32_t status);
Note:
See TracChangeset
for help on using the changeset viewer.