source: rtems/c/src/lib/libbsp/a29k/portsw/console/serial.h @ 0836603

4.104.114.84.95
Last change on this file since 0836603 was 0836603, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/96 at 21:13:10

new files submitted by Craig Lebakken (lebakken@…) and Derrick Ostertag
(ostertag@…)

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