Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.h

    rfc0271a5 r7ee7e6a  
    4343#include <ddi.h>
    4444#include <usb/host/hcd.h>
    45 #include <usb/host/usb2_bus.h>
    4645#include <usb/host/usb_transfer_batch.h>
    4746
     
    101100typedef struct hc {
    102101        uhci_rh_t rh;
    103         usb2_bus_t bus;
    104102        /** Addresses of I/O registers */
    105103        uhci_regs_t *registers;
     
    126124} hc_t;
    127125
    128 extern int hc_init(hc_t *, const hw_res_list_parsed_t *);
    129 extern void hc_start(hc_t *);
     126extern int hc_init(hc_t *, const hw_res_list_parsed_t *, bool);
    130127extern void hc_fini(hc_t *);
    131128
    132 extern int uhci_hc_gen_irq_code(irq_code_t *, hcd_t *,const hw_res_list_parsed_t *);
     129extern int uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *);
    133130
    134131extern void uhci_hc_interrupt(hcd_t *, uint32_t);
Note: See TracChangeset for help on using the changeset viewer.