forked from Imagelibrary/rtems
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/vgainit.c: static graphic_on|off.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user