Changeset 8b8c164 in mainline for uspace/lib/usbhost/include/usb/host/bus.h
- Timestamp:
- 2017-10-27T15:22:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58ac3ec
- Parents:
- 7010861
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/bus.h
r7010861 r8b8c164 84 84 /* The following operations are protected by a bus guard. */ 85 85 endpoint_t *(*create_endpoint)(bus_t *); 86 int (*register_endpoint)(bus_t *, endpoint_t *, const usb_endpoint_desc_t *);86 int (*register_endpoint)(bus_t *, device_t *, endpoint_t *, const usb_endpoint_desc_t *); 87 87 int (*unregister_endpoint)(bus_t *, endpoint_t *); 88 88 endpoint_t *(*find_endpoint)(bus_t *, device_t*, usb_target_t, usb_direction_t);
Note:
See TracChangeset
for help on using the changeset viewer.