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


Ignore:
File:
1 edited

Legend:

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

    rb72efe8 r02cacce  
    6868        endpoint_list_t lists[4];
    6969        /** List of active transfers */
    70         list_t pending_batches;
     70        link_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.