Changeset 8d2e251 in mainline for uspace/lib/usbhost/src/endpoint.c
- Timestamp:
- 2013-09-28T21:02:03Z (12 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/endpoint.c
rc01987c r8d2e251 33 33 */ 34 34 35 #include <usb/host/endpoint.h> 36 35 37 #include <assert.h> 36 38 #include <stdlib.h> 37 #include <errno.h>38 #include <usb/host/endpoint.h>39 39 40 40 /** Allocate ad initialize endpoint_t structure.
Note:
See TracChangeset
for help on using the changeset viewer.