Changeset 64fea02 in mainline for uspace/lib/usbhost/src/dma_buffer.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/dma_buffer.c

    rb60eac1 r64fea02  
    3333 */
    3434
    35 #include <usb/host/dma_buffer.h>
    36 
    3735#include <align.h>
    3836#include <as.h>
    3937#include <ddi.h>
    4038#include <stddef.h>
     39
     40#include "dma_buffer.h"
    4141
    4242dma_policy_t dma_policy_default = {
Note: See TracChangeset for help on using the changeset viewer.