Changes in uspace/drv/bus/usb/ehci/hc.h [741bcdeb:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hc.h
r741bcdeb r8d2dd7f2 80 80 /** USB hub emulation structure */ 81 81 ehci_rh_t rh; 82 83 /** USB bookkeeping */84 ehci_bus_t bus;85 82 } hc_t; 86 83 87 int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res); 88 int hc_start(hc_t *instance, bool interrupts); 84 int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interrupts); 89 85 void hc_fini(hc_t *instance); 90 86 … … 92 88 void hc_dequeue_endpoint(hc_t *instance, const endpoint_t *ep); 93 89 94 int ehci_hc_gen_irq_code(irq_code_t *code, hcd_t *hcd,const hw_res_list_parsed_t *hw_res);90 int ehci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res); 95 91 96 92 void ehci_hc_interrupt(hcd_t *hcd, uint32_t status);
Note:
See TracChangeset
for help on using the changeset viewer.