diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2005-01-19 23:19:26 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2005-01-19 23:19:26 +0000 |
commit | bec039cb93b72b068370662933d961b1cd4aeaea (patch) | |
tree | fe17932d8215153fe84ea142072a2b956e2a5d0a /src/console | |
parent | af021575308fffc104a7add2ba8183cef079876c (diff) |
minor reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/vga_console.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/console/vga_console.c b/src/console/vga_console.c index 0e0b17af85..31e29f8dbb 100644 --- a/src/console/vga_console.c +++ b/src/console/vga_console.c @@ -12,7 +12,9 @@ //extern void beep(int ms); -static char *vidmem; /* The video buffer, should be replaced by symbol in ldscript.ld */ +/* The video buffer, should be replaced by symbol in ldscript.ld */ +static char *vidmem; + int vga_line, vga_col; extern int vga_inited; // it will be changed in pci_rom.c |