Ignore:
File:
1 edited

Legend:

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

    rb5111c46 rd52ab7b  
    3636#define DRV_UHCI_HC_H
    3737
    38 #include <ddf/driver.h>
    3938#include <ddf/interrupt.h>
    4039#include <device/hw_res_parsed.h>
     
    9493typedef struct hc {
    9594        /** Generic HCD driver structure */
    96         hcd_t *generic;
     95        hcd_t generic;
    9796
    9897        /** Addresses of I/O registers */
     
    127126    addr_range_t *);
    128127void hc_interrupt(hc_t *instance, uint16_t status);
    129 int hc_init(hc_t *, ddf_fun_t *, addr_range_t *, bool);
     128int hc_init(hc_t *instance, addr_range_t *regs, bool interupts);
    130129
    131130/** Safely dispose host controller internal structures
Note: See TracChangeset for help on using the changeset viewer.