Changes in uspace/lib/usb/src/usb.c [a6add7a:daec5e04] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/usb.c
ra6add7a rdaec5e04 31 31 */ 32 32 /** @file 33 * Common USB functions.33 * @brief Base USB types. 34 34 */ 35 35 #include <usb/usb.h> … … 37 37 38 38 39 /** String representation for USB transfer type. 40 * 41 * @param t Transfer type. 42 * @return Transfer type as a string (in English). 43 */ 39 /** String representation for USB transfer type. */ 44 40 const char * usb_str_transfer_type(usb_transfer_type_t t) 45 41 {
Note:
See TracChangeset
for help on using the changeset viewer.