Changeset e4d7363 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2017-06-22T21:34:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91ca111
- Parents:
- cb89430
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rcb89430 re4d7363 124 124 } hc_t; 125 125 126 extern int hc_init(hc_t *, const hw_res_list_parsed_t *, bool); 126 extern int hc_init(hc_t *, const hw_res_list_parsed_t *); 127 extern void hc_start(hc_t *); 127 128 extern void hc_fini(hc_t *); 128 129 129 extern int uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *);130 extern int uhci_hc_gen_irq_code(irq_code_t *, hcd_t *,const hw_res_list_parsed_t *); 130 131 131 132 extern void uhci_hc_interrupt(hcd_t *, uint32_t);
Note:
See TracChangeset
for help on using the changeset viewer.