Changeset 58563585 in mainline for uspace/lib/drv/include/usbhc_iface.h
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
r7a67416 r58563585 44 44 #include <stdbool.h> 45 45 46 int usbhc_read(async_exch_t *, usb_address_t, usb_endpoint_t,46 extern int usbhc_read(async_exch_t *, usb_address_t, usb_endpoint_t, 47 47 uint64_t, void *, size_t, size_t *); 48 int usbhc_write(async_exch_t *, usb_address_t, usb_endpoint_t,48 extern int usbhc_write(async_exch_t *, usb_address_t, usb_endpoint_t, 49 49 uint64_t, const void *, size_t); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.