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

4.115
Last change on this file since 2698728 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
RevLine 
[d94d47b3]1/*
2 *  $Id$
3 */
4
5#ifndef __LIBCHIP_SERIAL_SUPPORT_h
6#define __LIBCHIP_SERIAL_SUPPORT_h
7
[07688ae]8#include <rtems/termiostypes.h>
[d94d47b3]9
[07688ae]10#ifdef __cplusplus
11extern "C" {
12#endif
[61ff7ac8]13
[6640459d]14bool libchip_serial_default_probe(
[61ff7ac8]15  int minor
16);
17
[07688ae]18#ifdef __cplusplus
19}
20#endif
[61ff7ac8]21
[d94d47b3]22#endif
23/* end of include file */
Note: See TracBrowser for help on using the repository browser.