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

4.104.115
Last change on this file since d0e2fa3 was 6640459d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/07/08 at 03:44:14

Convert to "bool".

  • Property mode set to 100644
File size: 274 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
16bool 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.