Changeset 8d2e251 in mainline for uspace/lib/usbhost/src/usb_bus.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/usb_bus.c
rc01987c r8d2e251 33 33 */ 34 34 35 #include <stdbool.h> 35 #include <usb/host/usb_bus.h> 36 36 37 #include <assert.h> 37 38 #include <errno.h> 38 39 #include <macros.h> 39 40 #include <usb/debug.h> 41 #include <usb/host/usb_bus.h> 40 #include <stdbool.h> 41 42 42 43 43 /** Endpoint compare helper function.
Note:
See TracChangeset
for help on using the changeset viewer.