Changeset a5b3de6 in mainline for uspace/lib/usbhost/include/usb/host/endpoint.h
- Timestamp:
- 2017-10-25T11:55:15Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2b35478
- Parents:
- c3d926f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
rc3d926f ra5b3de6 60 60 /** USB device */ 61 61 device_t *device; 62 /** USB address.*/63 usb_ target_t target;62 /** Enpoint number */ 63 usb_endpoint_t endpoint; 64 64 /** Communication direction. */ 65 65 usb_direction_t direction; … … 108 108 return item ? list_get_instance(item, endpoint_t, link) : NULL; 109 109 } 110 110 111 #endif 111 112
Note:
See TracChangeset
for help on using the changeset viewer.