Changeset 8d2e251 in mainline for uspace/lib/usbhost/src/usb_transfer_batch.c
- 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/src/usb_transfer_batch.c
rc01987c r8d2e251 32 32 * USB transfer transaction structures (implementation). 33 33 */ 34 35 #include <usb/host/usb_transfer_batch.h> 36 #include <usb/debug.h> 37 38 #include <assert.h> 34 39 #include <errno.h> 35 40 #include <macros.h> 36 37 #include <usb/usb.h> 38 #include <usb/debug.h> 39 40 #include <usb/host/usb_transfer_batch.h> 41 #include <usb/host/hcd.h> 41 #include <mem.h> 42 #include <stdlib.h> 43 #include <usbhc_iface.h> 42 44 43 45 /** Allocate and initialize usb_transfer_batch structure.
Note:
See TracChangeset
for help on using the changeset viewer.