Changes in uspace/drv/ohci/hc.c [1387692:5156580] in mainline


Ignore:
File:
1 edited

Legend:

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

    r1387692 r5156580  
    6565        }
    6666        instance->ddf_instance = fun;
    67         usb_device_keeper_init(&instance->manager);
     67        device_keeper_init(&instance->manager);
    6868
    6969
     
    106106}
    107107/*----------------------------------------------------------------------------*/
    108 int hc_schedule(hc_t *instance, usb_transfer_batch_t *batch)
     108int hc_schedule(hc_t *instance, batch_t *batch)
    109109{
    110110        assert(instance);
Note: See TracChangeset for help on using the changeset viewer.