Changes in uspace/drv/bus/usb/uhci/hc.h [b7fd2a0:7ee7e6a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rb7fd2a0 r7ee7e6a 124 124 } hc_t; 125 125 126 extern errno_t hc_init(hc_t *, const hw_res_list_parsed_t *, bool);126 extern int hc_init(hc_t *, const hw_res_list_parsed_t *, bool); 127 127 extern void hc_fini(hc_t *); 128 128 129 extern errno_t uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *, int *);129 extern int uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *); 130 130 131 131 extern void uhci_hc_interrupt(hcd_t *, uint32_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 *);132 extern int uhci_hc_status(hcd_t *, uint32_t *); 133 extern int uhci_hc_schedule(hcd_t *, usb_transfer_batch_t *); 134 134 135 135 #endif
Note:
See TracChangeset
for help on using the changeset viewer.