Fork us on GitHub Follow us on Facebook Follow us on Twitter

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


Ignore:
Timestamp:
2011-02-01T23:25:48Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial
Children:
1f5c1e61
Parents:
c56dbe0
Message:

Refactoring uhci_ functions are called on uhci_t not device_t

File:
1 edited

Legend:

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

    rc56dbe0 r5944244  
    3737#include "uhci_struct/queue_head.h"
    3838#include "uhci_struct/transfer_descriptor.h"
    39 #include "utils/malloc32.h"
    4039
    4140typedef struct transfer_list
     
    5251{
    5352        assert(instance);
    54         if (instance->queue_head)
    55                 free32(instance->queue_head);
     53        queue_head_dispose(instance->queue_head);
    5654}
    5755
Note: See TracChangeset for help on using the changeset viewer.