Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usbhc_iface.h

    r02fc5c4 r5cc9eba  
    11/*
    22 * Copyright (c) 2010 Vojtech Horky
     3 * Copyright (c) 2011 Jan Vesely
    34 * All rights reserved.
    45 *
     
    3132 * @{
    3233 */
     34
    3335/** @file
    3436 * @brief USB host controller interface definition.
     
    4648int usbhc_get_handle(async_exch_t *, usb_address_t, devman_handle_t *);
    4749int usbhc_release_address(async_exch_t *, usb_address_t);
    48 int usbhc_register_endpoint(async_exch_t *, usb_address_t,  usb_endpoint_t,
     50int usbhc_register_endpoint(async_exch_t *, usb_address_t, usb_endpoint_t,
    4951    usb_transfer_type_t, usb_direction_t, size_t, unsigned int);
    5052int usbhc_unregister_endpoint(async_exch_t *, usb_address_t, usb_endpoint_t,
Note: See TracChangeset for help on using the changeset viewer.