Changeset 65c059f in mainline for uspace/lib/drv/include/usbhc_iface.h
- Timestamp:
- 2018-02-05T00:54:08Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c21e6a5
- Parents:
- d14688d
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-02-02 14:47:08)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-02-05 00:54:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/drv/include/usbhc_iface.h ¶
rd14688d r65c059f 156 156 extern errno_t usbhc_transfer(async_exch_t *, usb_endpoint_t, usb_direction_t, 157 157 uint64_t, void *, size_t, size_t *); 158 extern errno_t usbhc_read(async_exch_t *, usb_endpoint_t, uint64_t, void *, size_t,159 size_t *);160 extern errno_t usbhc_write(async_exch_t *, usb_endpoint_t, uint64_t, const void *,161 size_t);162 158 163 159 /** Callback for outgoing transfer */
Note:
See TracChangeset
for help on using the changeset viewer.