From dc9e135b5bf63f87af1e0b882f1bd72da7f8dbe9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 30 Sep 2009 02:55:06 +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_num2baud.c: Include rtems/termiostypes.h. Rename termios_number_to_baud into rtems_number_to_baud. --- cpukit/ChangeLog | 3 +++ cpukit/libcsupport/src/termios_num2baud.c | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index c1a17af5d8..542b0229d9 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,8 @@ 2009-09-30 Ralf Corsépius + * libcsupport/src/termios_num2baud.c: + Include rtems/termiostypes.h. + Rename termios_number_to_baud into rtems_number_to_baud. * libcsupport/src/termios_baud2num.c: Include rtems/termiostypes.h. Rename termios_baud_to_number into rtems_termios_baud_to_number. diff --git a/cpukit/libcsupport/src/termios_num2baud.c b/cpukit/libcsupport/src/termios_num2baud.c index debc7e4b7e..0916fdbc84 100644 --- a/cpukit/libcsupport/src/termios_num2baud.c +++ b/cpukit/libcsupport/src/termios_num2baud.c @@ -10,9 +10,10 @@ */ #include +#include -int termios_number_to_baud( - int baud +int rtems_termios_number_to_baud( + int32_t baud ) { int termios_baud; -- cgit v1.2.3