Changeset b7fd2a0 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
r36f0738 rb7fd2a0 124 124 } hc_t; 125 125 126 extern int hc_init(hc_t *, const hw_res_list_parsed_t *, bool);126 extern errno_t hc_init(hc_t *, const hw_res_list_parsed_t *, bool); 127 127 extern void hc_fini(hc_t *); 128 128 129 extern int uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *, int *);129 extern errno_t uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *, int *); 130 130 131 131 extern void uhci_hc_interrupt(hcd_t *, uint32_t); 132 extern int uhci_hc_status(hcd_t *, uint32_t *);133 extern int uhci_hc_schedule(hcd_t *, usb_transfer_batch_t *);132 extern errno_t uhci_hc_status(hcd_t *, uint32_t *); 133 extern errno_t uhci_hc_schedule(hcd_t *, usb_transfer_batch_t *); 134 134 135 135 #endif
Note:
See TracChangeset
for help on using the changeset viewer.