Changeset 772a172 in mainline for uspace/drv/bus/usb/uhci/hc.h


Ignore:
Timestamp:
2013-09-21T05:22:43Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f65d9cc
Parents:
19d21728
Message:

ohci,uhci: Switch to library provided irq setup routine.

File:
1 edited

Legend:

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

    r19d21728 r772a172  
    124124} hc_t;
    125125
    126 int hc_register_irq_handler(ddf_dev_t *, addr_range_t *, int,
    127     interrupt_handler_t);
    128126int hc_gen_irq_code(irq_code_t *code, addr_range_t *regs);
    129127void hc_interrupt(hc_t *instance, uint16_t status);
Note: See TracChangeset for help on using the changeset viewer.