Changes in uspace/drv/ohci/hc.h [02cacce:b72efe8] in mainline


Ignore:
File:
1 edited

Legend:

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

    r02cacce rb72efe8  
    6868        endpoint_list_t lists[4];
    6969        /** List of active transfers */
    70         link_t pending_batches;
     70        list_t pending_batches;
    7171
    7272        /** Fibril for periodic checks if interrupts can't be used */
Note: See TracChangeset for help on using the changeset viewer.