Changeset 5e6e50b in mainline for uspace/lib/usbhost
- Timestamp:
- 2011-05-17T09:20:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2aaf804
- Parents:
- a29529b (diff), 3375bd4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- uspace/lib/usbhost
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
ra29529b r5e6e50b 40 40 #define LIBUSB_HOST_YSB_ENDPOINT_MANAGER_H 41 41 42 #include <stdlib.h> 42 43 #include <adt/hash_table.h> 43 44 #include <fibril_synch.h> -
uspace/lib/usbhost/src/endpoint.c
ra29529b r5e6e50b 35 35 36 36 #include <assert.h> 37 #include <stdlib.h> 37 38 #include <errno.h> 38 39 #include <usb/host/endpoint.h>
Note:
See TracChangeset
for help on using the changeset viewer.