Changeset 1433ecda in mainline for uspace/lib/usbhost/include/usb/host/endpoint.h
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
r47b2d7e3 r1433ecda 133 133 static inline bus_t *endpoint_get_bus(endpoint_t *ep) 134 134 { 135 device_t * 135 device_t *const device = ep->device; 136 136 return device ? device->bus : NULL; 137 137 }
Note:
See TracChangeset
for help on using the changeset viewer.