Changeset ae3a941 in mainline for uspace/drv/bus/usb/xhci/main.c
- 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/main.c
r3692678 rae3a941 68 68 } 69 69 70 static errno_t hcd_irq_code_gen(irq_code_t *code, hc_device_t *hcd, const hw_res_list_parsed_t *hw_res, int *irq) 70 static errno_t hcd_irq_code_gen(irq_code_t *code, hc_device_t *hcd, 71 const hw_res_list_parsed_t *hw_res, int *irq) 71 72 { 72 73 xhci_hc_t *hc = hcd_to_hc(hcd);
Note:
See TracChangeset
for help on using the changeset viewer.