2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>

* console/vgainit.c: static graphic_on|off.
This commit is contained in:
Ralf Corsepius
2005-01-18 10:13:19 +00:00
parent 65daadefab
commit 8ed53e05cb
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/vgainit.c: static graphic_on|off.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -65,8 +65,8 @@ extern int ROM_CHAR_HEIGHT; /* ROM character height*/
#endif
/* local data*/
extern REGIO graphics_on[];
extern REGIO graph_off[];
static REGIO graphics_on[];
static REGIO graph_off[];
/* entry points*/
void ega_hwinit(void);