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

4.104.114.84.95
Last change on this file since 4a11d8c was 61ff7ac8, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/98 at 23:29:33

Added new baud rate to number function and default serial probe routine.

Renamed sersupp.c so we could have one routine per file to decrease
the baggage pulled into an application by default.

  • Property mode set to 100644
File size: 277 bytes
Line 
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
12int termios_baud_to_number(
13  int termios_baud
14);
15
16boolean libchip_serial_default_probe(
17  int minor
18);
19
20
21#endif
22/* end of include file */
Note: See TracBrowser for help on using the repository browser.