Changeset 7d6a676 in mainline for uspace/drv/ohci/hc.h


Ignore:
Timestamp:
2011-03-21T14:20:23Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d1db18
Parents:
925e099
Message:

Add interrupt emulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hc.h

    r925e099 r7d6a676  
    5454        ddf_fun_t *ddf_instance;
    5555        device_keeper_t manager;
     56        fid_t interrupt_emulator;
    5657} hc_t;
    5758
     
    6364int hc_schedule(hc_t *instance, batch_t *batch);
    6465
    65 void hc_interrupt(hc_t *instance, uint16_t status);
     66void hc_interrupt(hc_t *instance, uint32_t status);
    6667
    6768/** Safely dispose host controller internal structures
Note: See TracChangeset for help on using the changeset viewer.