Changes in uspace/lib/drv/include/usbhc_iface.h [7c10198:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
r7c10198 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.