/* * $Id$ */ int console_uartinit(unsigned int BAUDRate); int console_sps_putc(int ch); int console_sps_getc(); int console_sps_kbhit();