Changeset ea993d18 in mainline for uspace/drv/uhci-hcd/uhci.c


Ignore:
Timestamp:
2011-04-13T20:36:05Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f706355
Parents:
9d2d444
Message:

Even more refactoring and doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.c

    r9d2d444 rea993d18  
    6363 * @param[in] fun DDF instance of the function to use.
    6464 * @param[in] handle DDF handle of the driver seeking its USB address.
    65  * @param[in] address Pointer to the place to store the found address.
     65 * @param[out] address Found address.
    6666 */
    6767static int usb_iface_get_address(
     
    8787 *
    8888 * @param[in] fun DDF function of uhci device.
    89  * @param[out] handle Place to write the HC handle.
     89 * @param[out] handle Host cotnroller handle.
    9090 * @return Error code.
    9191 */
Note: See TracChangeset for help on using the changeset viewer.