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


Ignore:
Timestamp:
2011-02-19T23:02:49Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb78ae72
Parents:
6edc69a
Message:

Use properly initialized interrupt code

File:
1 edited

Legend:

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

    r6edc69a rb9d910f  
    9393        transfer_list_t *transfers[2][4];
    9494
     95        irq_code_t interrupt_code;
     96
    9597        fid_t cleaner;
    9698        fid_t debug_checker;
     
    100102int uhci_init(uhci_t *instance, void *regs, size_t reg_size);
    101103
    102 int uhci_fini(uhci_t *device);
     104static inline void uhci_fini(uhci_t *instance) {};
    103105
    104106int uhci_transfer(
     
    122124        { return (uhci_t*)dev->driver_data; }
    123125
     126
    124127#endif
    125128/**
Note: See TracChangeset for help on using the changeset viewer.