Changeset eb43679 in mainline for arch/ia64/src/ski/ski.c


Ignore:
Timestamp:
2005-05-13T21:54:01Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
87be9cfb
Parents:
244f284
Message:

doxygen-style comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/ski/ski.c

    r244f284 reb43679  
    2929#include <arch/ski/ski.h>
    3030
     31/** Initialize debug console
     32 *
     33 * Issue SSC (Simulator System Call) to
     34 * to open debug console.
     35 */
    3136void ski_init_console(void)
    3237{
     
    4045}
    4146
     47/** Display character on debug console
     48 *
     49 * Use SSC (Simulator System Call) to
     50 * display character on debug console.
     51 *
     52 * @param ch   Character to be printed.
     53 */
    4254void ski_putchar(const char ch)
    4355{
Note: See TracChangeset for help on using the changeset viewer.