mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 20:07:42 +08:00
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/vgacons.c: Add VGACONS_STATIC. * console/vgacons.h: Remove VGACONS_STATIC.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/vgacons.c: Add VGACONS_STATIC.
|
||||
* console/vgacons.h: Remove VGACONS_STATIC.
|
||||
|
||||
2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1925
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
#include <bsp.h>
|
||||
#include <crt.h>
|
||||
|
||||
#define VGACONS_STATIC static
|
||||
|
||||
static int isr_is_on(const rtems_irq_connect_data *irq)
|
||||
{
|
||||
return BSP_irq_enabled_at_i8259s(irq->name);
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define VGACONS_STATIC
|
||||
|
||||
/*
|
||||
* This is the ASCII for "PC" in the upper word and 0386
|
||||
* in the lower which should be unique enough to
|
||||
|
||||
Reference in New Issue
Block a user