Changeset 8d2e251 in mainline for uspace/lib/usbhost/include/usb/host/usb_bus.h
- Timestamp:
- 2013-09-28T21:02:03Z (11 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/include/usb/host/usb_bus.h
rc01987c r8d2e251 40 40 #define LIBUSBHOST_HOST_USB_ENDPOINT_MANAGER_H 41 41 42 #include <usb/host/endpoint.h> 43 #include <usb/usb.h> 44 42 45 #include <adt/list.h> 43 46 #include <fibril_synch.h> 44 #include < usb/usb.h>47 #include <stdbool.h> 45 48 46 #include <usb/host/endpoint.h>47 49 48 50 /** Bytes per second in FULL SPEED */
Note:
See TracChangeset
for help on using the changeset viewer.