forked from Imagelibrary/rtems
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/serial/sersupp.h: Remove termios_baud_to_index, termios_baud_to_number (duplicate prototypes). Add C++-guards. Include rtems/termiostypes.h.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libchip/serial/sersupp.h: Remove termios_baud_to_index,
|
||||||
|
termios_baud_to_number (duplicate prototypes).
|
||||||
|
Add C++-guards.
|
||||||
|
Include rtems/termiostypes.h.
|
||||||
|
|
||||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
|
* aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||||
|
|||||||
@@ -5,18 +5,19 @@
|
|||||||
#ifndef __LIBCHIP_SERIAL_SUPPORT_h
|
#ifndef __LIBCHIP_SERIAL_SUPPORT_h
|
||||||
#define __LIBCHIP_SERIAL_SUPPORT_h
|
#define __LIBCHIP_SERIAL_SUPPORT_h
|
||||||
|
|
||||||
int termios_baud_to_index(
|
#include <rtems/termiostypes.h>
|
||||||
int termios_baud
|
|
||||||
);
|
|
||||||
|
|
||||||
int termios_baud_to_number(
|
#ifdef __cplusplus
|
||||||
int termios_baud
|
extern "C" {
|
||||||
);
|
#endif
|
||||||
|
|
||||||
bool libchip_serial_default_probe(
|
bool libchip_serial_default_probe(
|
||||||
int minor
|
int minor
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
Reference in New Issue
Block a user