Changes in uspace/lib/drv/include/usbhc_iface.h [02fc5c4:ab5ea5b5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
r02fc5c4 rab5ea5b5 1 1 /* 2 2 * Copyright (c) 2010 Vojtech Horky 3 * Copyright (c) 2011 Jan Vesely 3 4 * All rights reserved. 4 5 * … … 26 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 28 */ 28 29 29 /** @addtogroup libdrv 30 30 * @addtogroup usb … … 46 46 int usbhc_get_handle(async_exch_t *, usb_address_t, devman_handle_t *); 47 47 int usbhc_release_address(async_exch_t *, usb_address_t); 48 int usbhc_register_endpoint(async_exch_t *, usb_address_t, 48 int usbhc_register_endpoint(async_exch_t *, usb_address_t, usb_endpoint_t, 49 49 usb_transfer_type_t, usb_direction_t, size_t, unsigned int); 50 50 int usbhc_unregister_endpoint(async_exch_t *, usb_address_t, usb_endpoint_t,
Note:
See TracChangeset
for help on using the changeset viewer.