Changeset de0e6b3 in mainline for uspace/drv/uhci/transfer_list.h


Ignore:
Timestamp:
2011-01-28T12:43:07Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d93ff502
Parents:
45c4f5a
Message:

Used usbmem allocator

File:
1 edited

Legend:

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

    r45c4f5a rde0e6b3  
    3636
    3737#include "debug.h"
    38 #include "translating_malloc.h"
    3938#include "uhci_struct/queue_head.h"
    4039#include "uhci_struct/transfer_descriptor.h"
     40#include "utils/malloc32.h"
    4141
    4242typedef struct transfer_list
     
    5454        assert(instance);
    5555        if (instance->queue_head)
    56                 trans_free(instance->queue_head);
     56                free32(instance->queue_head);
    5757}
    5858
Note: See TracChangeset for help on using the changeset viewer.