Changeset b7068da in mainline for uspace/lib/drv/include/usbhc_iface.h


Ignore:
Timestamp:
2012-02-09T20:35:12Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
591762c6
Parents:
7cede12c (diff), 3d4750f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

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

    r7cede12c rb7068da  
    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.