Changeset 4c25c2fb in mainline for uspace/lib/drv/include/usb_iface.h
- Timestamp:
- 2018-01-15T15:02:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 745a3f1
- Parents:
- 01d9707
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usb_iface.h
r01d9707 r4c25c2fb 67 67 typedef int16_t usb_address_t; 68 68 69 /** USB address for the purposes of Transaction Translation.70 */71 typedef struct {72 usb_address_t address;73 unsigned port;74 } usb_tt_address_t;75 76 69 /** USB transfer type. */ 77 70 typedef enum {
Note:
See TracChangeset
for help on using the changeset viewer.