Changeset 64fea02 in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2017-11-22T13:54:05Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 820d9bc
- Parents:
- b60eac1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
rb60eac1 r64fea02 37 37 #define LIBUSBHOST_HOST_HCD_H 38 38 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 44 39 #include <assert.h> 45 40 #include <mem.h> 46 41 #include <stddef.h> 47 42 #include <stdint.h> 43 #include <usb/usb.h> 48 44 #include <usbhc_iface.h> 49 45 50 46 typedef struct hcd hcd_t; 47 typedef struct bus bus_t; 48 typedef struct device device_t; 49 typedef struct usb_transfer_batch usb_transfer_batch_t; 51 50 52 51 typedef int (*schedule_hook_t)(hcd_t *, usb_transfer_batch_t *);
Note:
See TracChangeset
for help on using the changeset viewer.