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