Ignore:
Timestamp:
2017-11-22T13:54:05Z (7 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/include/usb/host/hcd.h

    rb60eac1 r64fea02  
    3737#define LIBUSBHOST_HOST_HCD_H
    3838
    39 #include <usb/host/endpoint.h>
    40 #include <usb/host/bus.h>
    41 #include <usb/host/usb_transfer_batch.h>
    42 #include <usb/usb.h>
    43 
    4439#include <assert.h>
    4540#include <mem.h>
    4641#include <stddef.h>
    4742#include <stdint.h>
     43#include <usb/usb.h>
    4844#include <usbhc_iface.h>
    4945
    5046typedef struct hcd hcd_t;
     47typedef struct bus bus_t;
     48typedef struct device device_t;
     49typedef struct usb_transfer_batch usb_transfer_batch_t;
    5150
    5251typedef int (*schedule_hook_t)(hcd_t *, usb_transfer_batch_t *);
Note: See TracChangeset for help on using the changeset viewer.