Changeset 5a6cc679 in mainline for uspace/lib/usbdev/include/usb/dev/device.h
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/device.h
r132ab5d1 r5a6cc679 59 59 60 60 /* DDF parts */ 61 int usb_device_create_ddf(ddf_dev_t *, const usb_endpoint_description_t **, const char **);61 errno_t usb_device_create_ddf(ddf_dev_t *, const usb_endpoint_description_t **, const char **); 62 62 void usb_device_destroy_ddf(ddf_dev_t *); 63 63 … … 77 77 void usb_device_bus_exchange_end(async_exch_t *); 78 78 79 int usb_device_select_interface(usb_device_t *, uint8_t,79 errno_t usb_device_select_interface(usb_device_t *, uint8_t, 80 80 const usb_endpoint_description_t **); 81 81 82 int usb_device_create_pipes(usb_device_t *usb_dev,82 errno_t usb_device_create_pipes(usb_device_t *usb_dev, 83 83 const usb_endpoint_description_t **endpoints); 84 84 void usb_device_destroy_pipes(usb_device_t *);
Note:
See TracChangeset
for help on using the changeset viewer.