Ignore:
Timestamp:
2015-07-04T01:57:38Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5f813c
Parents:
d51ba359
Message:

ohci: Switch to libusb malloc32 function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/endpoint_list.h

    rd51ba359 r2dbfe44  
    3939#include <fibril_synch.h>
    4040#include <sys/types.h>
     41#include <usb/host/utils/malloc32.h>
    4142
    4243#include "ohci_endpoint.h"
    4344#include "hw_struct/endpoint_descriptor.h"
    44 #include "utils/malloc32.h"
    4545
    4646/** Structure maintains both OHCI queue and software list of active endpoints.*/
Note: See TracChangeset for help on using the changeset viewer.