Changes in uspace/drv/ohci/hc.h [1387692:53f1c87] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hc.h

    r1387692 r53f1c87  
    5454        ddf_fun_t *ddf_instance;
    5555        usb_device_keeper_t manager;
     56        fid_t interrupt_emulator;
    5657} hc_t;
     58
     59int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    5760
    5861int hc_init(hc_t *instance, ddf_fun_t *fun, ddf_dev_t *dev,
    5962     uintptr_t regs, size_t reg_size, bool interrupts);
    6063
    61 int hc_register_hub(hc_t *instance);
    62 
    6364int hc_schedule(hc_t *instance, usb_transfer_batch_t *batch);
    6465
    65 void hc_interrupt(hc_t *instance, uint16_t status);
     66void hc_interrupt(hc_t *instance, uint32_t status);
    6667
    6768/** Safely dispose host controller internal structures
Note: See TracChangeset for help on using the changeset viewer.