source: rtems/c/src/lib/libbsp/i960/rxgen960/console/serial.h @ e4c07444

4.104.114.84.95
Last change on this file since e4c07444 was 702c5f5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 15:29:18

The rxgen960 BSP and i960 RPM support was submitted by Mark Bronson
<mark@…> of RAMIX.

  • Property mode set to 100644
File size: 141 bytes
RevLine 
[702c5f5]1/*
2 *  $Id$
3 */
4
5int console_uartinit(unsigned int BAUDRate);
6int console_sps_putc(int ch);
7int console_sps_getc();
8int console_sps_kbhit();
Note: See TracBrowser for help on using the repository browser.