Changeset 19f0048 in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2018-02-01T02:13:34Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17d34a8
- Parents:
- 53fdf8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
r53fdf8c r19f0048 116 116 extern int hc_claim(xhci_hc_t *, ddf_dev_t *); 117 117 extern int hc_irq_code_gen(irq_code_t *, xhci_hc_t *, const hw_res_list_parsed_t *, int *); 118 extern int hc_start(xhci_hc_t * , bool);118 extern int hc_start(xhci_hc_t *); 119 119 extern void hc_fini(xhci_hc_t *); 120 120
Note:
See TracChangeset
for help on using the changeset viewer.