mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 17:58:19 +08:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user