From add4185e1fb2bb315426b4fcf1c61b2a7a2e17e5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 30 Sep 2009 02:53:05 +0000 Subject: =?UTF-8?q?2009-09-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/termios_baud2index.c: Include rtems/termiostypes.h. Rename termios_baud_to_index into rtems_termios_baud_to_index. --- cpukit/libcsupport/src/termios_baud2index.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/termios_baud2index.c') diff --git a/cpukit/libcsupport/src/termios_baud2index.c b/cpukit/libcsupport/src/termios_baud2index.c index 00703d2093..253ed40114 100644 --- a/cpukit/libcsupport/src/termios_baud2index.c +++ b/cpukit/libcsupport/src/termios_baud2index.c @@ -10,9 +10,10 @@ */ #include +#include -int termios_baud_to_index( - int termios_baud +int rtems_termios_baud_to_index( + rtems_termios_baud_t termios_baud ) { int baud_index; -- cgit v1.2.3