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

4.115
Last change on this file since 183af89 was 07688ae, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/09 at 02:44:53

2009-09-30 Ralf Corsépius <ralf.corsepius@…>

  • libchip/serial/sersupp.h: Remove termios_baud_to_index, termios_baud_to_number (duplicate prototypes). Add C++-guards. Include rtems/termiostypes.h.
  • 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
8#include <rtems/termiostypes.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14bool libchip_serial_default_probe(
15  int minor
16);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif
23/* end of include file */
Note: See TracBrowser for help on using the repository browser.