source: rtems/c/src/libchip/serial/sersupp.h @ d94d47b3

4.104.114.84.95
Last change on this file since d94d47b3 was d94d47b3, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/98 at 18:41:33

New files to contain generally needed serial driver support routines.

  • Property mode set to 100644
File size: 171 bytes
RevLine 
[d94d47b3]1/*
2 *  $Id$
3 */
4
5#ifndef __LIBCHIP_SERIAL_SUPPORT_h
6#define __LIBCHIP_SERIAL_SUPPORT_h
7
8int termios_baud_to_index(
9  int termios_baud
10);
11
12#endif
13/* end of include file */
Note: See TracBrowser for help on using the repository browser.