Changeset 30a4301 in mainline for uspace/drv/uhci-hcd/uhci.h


Ignore:
Timestamp:
2011-02-16T22:28:58Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2736b13e
Parents:
36a4738
Message:

Use interrupt emulation until real hardware interrupts work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.h

    r36a4738 r30a4301  
    117117int uhci_schedule(uhci_t *instance, batch_t *batch);
    118118
     119void uhci_interrupt(uhci_t *instance);
     120
    119121static inline uhci_t * dev_to_uhci(device_t *dev)
    120122        { return (uhci_t*)dev->driver_data; }
Note: See TracChangeset for help on using the changeset viewer.