Changes in uspace/lib/usbhost/src/iface.c [a76b01b4:77ad86c] in mainline
- File:
-
- 1 edited
-
uspace/lib/usbhost/src/iface.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/iface.c
ra76b01b4 r77ad86c 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup libusbhost 29 30 * @{ … … 32 33 * @brief HCD DDF interface implementation 33 34 */ 35 34 36 #include <ddf/driver.h> 35 37 #include <errno.h> … … 324 326 .write = usb_write, 325 327 }; 328 326 329 /** 327 330 * @}
Note:
See TracChangeset
for help on using the changeset viewer.
