URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [console/] [serial.h] - Rev 602
Go to most recent revision | Compare with Previous | Blame | View Log
/* * $Id: serial.h,v 1.2 2001-09-27 11:59:58 chris Exp $ */ int console_uartinit(unsigned int BAUDRate); int console_sps_putc(int ch); int console_sps_getc(); int console_sps_kbhit();
Go to most recent revision | Compare with Previous | Blame | View Log