Changeset ae3a941 in mainline for uspace/lib/usbhost/include/usb/host/bus.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/bus.h
r3692678 rae3a941 111 111 int (*device_online)(device_t *); /**< Optional */ 112 112 void (*device_offline)(device_t *); /**< Optional */ 113 endpoint_t *(*endpoint_create)(device_t *, const usb_endpoint_descriptors_t *); 113 endpoint_t *(*endpoint_create)(device_t *, 114 const usb_endpoint_descriptors_t *); 114 115 115 116 /* Operations on endpoint */
Note:
See TracChangeset
for help on using the changeset viewer.