Changeset 733a9a8 in mainline for uspace/drv/uhci-hcd/uhci.h


Ignore:
Timestamp:
2011-02-19T19:45:18Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e7f0f5
Parents:
e221ca0
Message:

Use hardware interrupts

File:
1 edited

Legend:

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

    re221ca0 r733a9a8  
    117117int uhci_schedule(uhci_t *instance, batch_t *batch);
    118118
    119 void uhci_interrupt(uhci_t *instance);
     119void uhci_interrupt(uhci_t *instance, uint16_t status);
    120120
    121121static inline uhci_t * dev_to_uhci(device_t *dev)
Note: See TracChangeset for help on using the changeset viewer.