forked from Imagelibrary/rtems
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c, irq/irq_init.c: Eliminate warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c, irq/irq_init.c: Eliminate warnings.
|
||||
|
||||
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Eliminate DEBUG_puts.
|
||||
|
||||
@@ -243,7 +243,7 @@ rtems_device_driver console_initialize(
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
debug_putc_onlcr(const char c)
|
||||
void debug_putc_onlcr(const char c)
|
||||
{
|
||||
uint32_t Irql;
|
||||
if (Console_Is_Initialized) {
|
||||
|
||||
@@ -24,8 +24,10 @@
|
||||
#include <libcpu/raw_exception.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <rtems/powerpc/powerpc.h>
|
||||
#include <rtems/score/apiext.h>
|
||||
#include <bsp/vectors.h>
|
||||
|
||||
|
||||
static rtems_irq_connect_data rtemsIrqTbl[BSP_IRQ_NUMBER];
|
||||
rtems_irq_connect_data *BSP_rtems_irq_tbl;
|
||||
rtems_irq_global_settings* BSP_rtems_irq_config;
|
||||
|
||||
Reference in New Issue
Block a user