Changes in uspace/drv/bus/usb/uhci/hc.h [fc0271a5:7ee7e6a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rfc0271a5 r7ee7e6a 43 43 #include <ddi.h> 44 44 #include <usb/host/hcd.h> 45 #include <usb/host/usb2_bus.h>46 45 #include <usb/host/usb_transfer_batch.h> 47 46 … … 101 100 typedef struct hc { 102 101 uhci_rh_t rh; 103 usb2_bus_t bus;104 102 /** Addresses of I/O registers */ 105 103 uhci_regs_t *registers; … … 126 124 } hc_t; 127 125 128 extern int hc_init(hc_t *, const hw_res_list_parsed_t *); 129 extern void hc_start(hc_t *); 126 extern int hc_init(hc_t *, const hw_res_list_parsed_t *, bool); 130 127 extern void hc_fini(hc_t *); 131 128 132 extern int uhci_hc_gen_irq_code(irq_code_t *, hcd_t *,const hw_res_list_parsed_t *);129 extern int uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *); 133 130 134 131 extern void uhci_hc_interrupt(hcd_t *, uint32_t);
Note:
See TracChangeset
for help on using the changeset viewer.