Changeset 46577995 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2018-01-04T20:50:52Z (7 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rfacacc71 r46577995 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.