Changeset 1ed3eb4 in mainline for uspace/drv/bus/usb/xhci/isoch.h
- Timestamp:
- 2018-01-13T19:13:04Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2489353
- Parents:
- 001778c
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-13 19:12:34)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-13 19:13:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/isoch.h
r001778c r1ed3eb4 123 123 int isoch_schedule_out(xhci_transfer_t *); 124 124 int isoch_schedule_in(xhci_transfer_t *); 125 intisoch_handle_transfer_event(xhci_hc_t *, xhci_endpoint_t *, xhci_trb_t *);125 void isoch_handle_transfer_event(xhci_hc_t *, xhci_endpoint_t *, xhci_trb_t *); 126 126 127 127 #endif
Note:
See TracChangeset
for help on using the changeset viewer.