Changeset 4bfcf22 in mainline for uspace/drv/bus/usb/uhci/hc.h


Ignore:
Timestamp:
2014-01-18T22:01:10Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f6cb910
Parents:
a5361fb
Message:

ehci,ohci,uhci: Remove interrupt handler wrappers

File:
1 edited

Legend:

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

    ra5361fb r4bfcf22  
    127127int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);
    128128
    129 void hc_interrupt(hc_t *instance, uint16_t status);
     129void hc_interrupt(hcd_t *hcd, uint32_t status);
    130130int hc_status(hcd_t *hcd, uint32_t *status);
    131131int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
Note: See TracChangeset for help on using the changeset viewer.