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

* console/console.c: Include <rtems/termiostypes.h>.
	Add missing prototype.
This commit is contained in:
Ralf Corsepius
2009-09-30 04:06:15 +00:00
parent 64a1529c26
commit feb6a01da6
2 changed files with 8 additions and 2 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c: Include <rtems/termiostypes.h>.
Add missing prototype.
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c: Reflect termios_baud_to_number having been
@@ -7,7 +12,7 @@
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
@@ -31,6 +31,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <rtems/termiostypes.h>
#define CONSOLE_VECTOR 121
#define CONSOLE_IRQ_LEVEL 3
@@ -245,7 +246,7 @@ int dbug_char_present( int minor )
Description: Init the UART
*****************************************************/
static void
dbugInitialise ()
dbugInitialise (void)
{
t_baud_speed_table uart_config; /* configuration of UARTS */