Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3476 → Rev 3477

/branches/sparc/kernel/arch/sparc64/src/drivers/simics_output.c
73,7 → 73,7
/** Writes a single character to the Simics CLI.
*
* The character is not written immediately, but it is stored to the first free
* position in the buffer, waiting for Simics' Python routine to hang it up
* position in the buffer, waiting for Simics' Python routine to read it
* and print it.
*/
static void simics_putchar(struct chardev * cd, char c)