Changeset eaf5e86 in mainline for uspace/drv/bus/usb/xhci/main.c
- Timestamp:
- 2017-10-11T13:18:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63adb18
- Parents:
- ac18b08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/main.c
rac18b08 reaf5e86 66 66 .schedule = hcd_schedule, 67 67 .irq_hook = hcd_interrupt, 68 69 68 .ep_add_hook = endpoint_init, 69 .ep_remove_hook = endpoint_fini, 70 70 .status_hook = hcd_status, 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.