Changeset 64fea02 in mainline for uspace/lib/usbhost/src/bandwidth.c
- Timestamp:
- 2017-11-22T13:54:05Z (5 years ago)
- Branches:
- lfn, master, serial
- Children:
- 820d9bc
- Parents:
- b60eac1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/bandwidth.c
rb60eac1 r64fea02 34 34 */ 35 35 36 #include <usb/host/bandwidth.h>37 #include <usb/host/endpoint.h>38 #include <usb/host/bus.h>39 40 36 #include <assert.h> 41 37 #include <stdlib.h> 38 39 #include "endpoint.h" 40 #include "bus.h" 41 42 #include "bandwidth.h" 42 43 43 44 /** Calculate bandwidth that needs to be reserved for communication with EP.
Note: See TracChangeset
for help on using the changeset viewer.