Changeset 3e6a98c5 in mainline for uspace/lib/usbhost
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/lib/usbhost
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
re80d8f8 r3e6a98c5 36 36 #define LIBUSBHOST_HOST_ENDPOINT_H 37 37 38 #include < bool.h>38 #include <stdbool.h> 39 39 #include <adt/list.h> 40 40 #include <fibril_synch.h> -
uspace/lib/usbhost/src/usb_endpoint_manager.c
re80d8f8 r3e6a98c5 33 33 */ 34 34 35 #include < bool.h>35 #include <stdbool.h> 36 36 #include <assert.h> 37 37 #include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.