Changeset b06d35a in mainline for uspace/lib/usbdev/include/usb/dev/driver.h
- Timestamp:
- 2013-01-26T20:37:07Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a6a5b25
- Parents:
- f4138ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/driver.h
rf4138ac rb06d35a 155 155 const usb_endpoint_description_t **); 156 156 157 int usb_device_create_pipes(usb_device_connection_t *, 158 const usb_endpoint_description_t **, const uint8_t *, size_t, int, int, 159 usb_endpoint_mapping_t **, size_t *); 157 int usb_device_create_pipes(usb_device_t *usb_dev, 158 const usb_endpoint_description_t **endpoints); 160 159 void usb_device_destroy_pipes(usb_device_t *); 161 160
Note:
See TracChangeset
for help on using the changeset viewer.