Changeset 275bf456 in mainline for uspace/drv/uhci-rhd/port_status.c


Ignore:
Timestamp:
2011-03-07T16:02:26Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d3167e
Parents:
13927cf
Message:

Doxygen and other comments uhci-rhd refactoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/port_status.c

    r13927cf r275bf456  
    6060};
    6161
     62/** Prints portr status in a human readable way.
     63 *
     64 * @param[in] value Port value to print.
     65 * @return Error code.
     66 */
    6267void print_port_status(port_status_t value)
    6368{
Note: See TracChangeset for help on using the changeset viewer.