Changeset f58ef61 in mainline for uspace/lib/usbhost/include/usb
- Timestamp:
- 2011-09-15T14:47:42Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8b54fe6
- Parents:
- bbce2c2
- Location:
- uspace/lib/usbhost/include/usb/host
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
rbbce2c2 rf58ef61 39 39 #include <usb/host/device_keeper.h> 40 40 #include <usb/host/usb_endpoint_manager.h> 41 #include <usb/host/ batch.h>41 #include <usb/host/usb_transfer_batch.h> 42 42 #include <usbhc_iface.h> 43 43 -
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
rbbce2c2 rf58ef61 32 32 * USB transfer transaction structures. 33 33 */ 34 #ifndef LIBUSBHOST_HOST_ BATCH_H35 #define LIBUSBHOST_HOST_ BATCH_H34 #ifndef LIBUSBHOST_HOST_USB_TRANSFER_BATCH_H 35 #define LIBUSBHOST_HOST_USB_TRANSFER_BATCH_H 36 36 37 37 #include <adt/list.h>
Note:
See TracChangeset
for help on using the changeset viewer.