Changeset 8d2e251 in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2013-09-28T21:02:03Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f1dd3b
- Parents:
- c01987c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
rc01987c r8d2e251 37 37 #define LIBUSBHOST_HOST_HCD_H 38 38 39 #include <assert.h> 40 #include <adt/list.h> 41 #include <usbhc_iface.h> 42 39 #include <usb/host/endpoint.h> 43 40 #include <usb/host/usb_bus.h> 44 41 #include <usb/host/usb_transfer_batch.h> 42 #include <usb/usb.h> 43 44 #include <assert.h> 45 #include <usbhc_iface.h> 46 #include <sys/types.h> 45 47 46 48 typedef struct hcd hcd_t;
Note:
See TracChangeset
for help on using the changeset viewer.