minor reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user