Changes in uspace/lib/drv/include/usbhc_iface.h [58563585:7c10198] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
r58563585 r7c10198 44 44 #include <stdbool.h> 45 45 46 externint usbhc_read(async_exch_t *, usb_address_t, usb_endpoint_t,46 int usbhc_read(async_exch_t *, usb_address_t, usb_endpoint_t, 47 47 uint64_t, void *, size_t, size_t *); 48 externint usbhc_write(async_exch_t *, usb_address_t, usb_endpoint_t,48 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.