Changeset ae3a941 in mainline for uspace/drv/bus/usb/xhci/isoch.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/isoch.h
r3692678 rae3a941 84 84 fibril_timer_t *reset_timer; 85 85 86 /** The maximum size of an isochronous transfer and therefore the size of buffers */ 86 /** 87 * The maximum size of an isochronous transfer 88 * and therefore the size of buffers 89 */ 87 90 size_t max_size; 88 91 … … 123 126 extern errno_t isoch_schedule_out(xhci_transfer_t *); 124 127 extern errno_t isoch_schedule_in(xhci_transfer_t *); 125 extern void isoch_handle_transfer_event(xhci_hc_t *, xhci_endpoint_t *, xhci_trb_t *); 128 extern void isoch_handle_transfer_event(xhci_hc_t *, xhci_endpoint_t *, 129 xhci_trb_t *); 126 130 127 131 #endif
Note:
See TracChangeset
for help on using the changeset viewer.