Changeset 64fea02 in mainline for uspace/lib/usbhost/src/endpoint.c


Ignore:
Timestamp:
2017-11-22T13:54:05Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
820d9bc
Parents:
b60eac1
Message:

usbhost: refactor include hiearchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/endpoint.c

    rb60eac1 r64fea02  
    3535 */
    3636
    37 #include <usb/host/endpoint.h>
    38 #include <usb/host/usb_transfer_batch.h>
    39 #include <usb/host/bus.h>
    40 
    4137#include <assert.h>
    4238#include <atomic.h>
    4339#include <mem.h>
    4440#include <stdlib.h>
     41
     42#include "usb_transfer_batch.h"
     43#include "bus.h"
     44
     45#include "endpoint.h"
    4546
    4647/** Initialize provided endpoint structure.
     
    153154}
    154155
    155 
    156156/**
    157157 * @}
Note: See TracChangeset for help on using the changeset viewer.