Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 523 → Rev 522

/kernel/trunk/arch/ia64/src/ski/ski.c
65,14 → 65,13
if (ch == '\n') ski_putchar('\r');
}
 
/** Ask debug console if a key was pressed.
 
/** Display character on debug console
*
* Use SSC (Simulator System Call) to
* get character from debug console.
*
* This call is non-blocking.
*
* @return ASCII code of pressed key or 0 if no key pressed.
* Non blocking HW call
* @return Returns ascii code of pressed key or 0 if no key pressed
*/
__s32 ski_getchar(void)
{