Changeset 880de6e in mainline for arch/ia64/src/ski/ski.c


Ignore:
Timestamp:
2005-11-28T16:12:35Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ff4f6b
Parents:
5803145
Message:

Clean up.

File:
1 edited

Legend:

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

    r5803145 r880de6e  
    6666}
    6767
    68 
    69 /** Display character on debug console
     68/** Ask debug console if a key was pressed.
    7069 *
    7170 * Use SSC (Simulator System Call) to
    7271 * get character from debug console.
    73  * Non blocking HW call
    74  * @return Returns ascii code of pressed key or 0 if no key pressed
     72 *
     73 * This call is non-blocking.
     74 *
     75 * @return ASCII code of pressed key or 0 if no key pressed.
    7576 */
    7677__s32 ski_getchar(void)
Note: See TracChangeset for help on using the changeset viewer.