Changes in uspace/drv/bus/usb/ohci/hc.h [8d2dd7f2:68e5406] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
r8d2dd7f2 r68e5406 86 86 extern void hc_dequeue_endpoint(hc_t *, const endpoint_t *); 87 87 88 int ohci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res );88 int ohci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res, int *irq); 89 89 90 90 extern void ohci_hc_interrupt(hcd_t *, uint32_t);
Note:
See TracChangeset
for help on using the changeset viewer.