2008-11-12 Robert Millan <rmh@aybabtu.com>
commitffd7c00f30e28b8987a3ff552212e8c8296c36f0
authorrobertmh <robertmh@d0de0278-0dc1-4c01-8a07-af38b3205e46>
Wed, 12 Nov 2008 17:43:39 +0000 (12 17:43 +0000)
committerrobertmh <robertmh@d0de0278-0dc1-4c01-8a07-af38b3205e46>
Wed, 12 Nov 2008 17:43:39 +0000 (12 17:43 +0000)
tree487e8940cb5bc490e2acf1a9391e636873111f9f
parent3b43c308d2c2a0457def1701619423e53a6b98f8
2008-11-12  Robert Millan  <rmh@aybabtu.com>

        Fix build problems on i386-ieee1275 and *-efi (introduced by vga_text
        split).

        * include/grub/i386/pc/console.h: Include `<grub/i386/vga_common.h>'.
        (grub_console_cur_color, grub_console_real_putchar)
        (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
        (grub_console_setcolorstate, grub_console_setcolor)
        (grub_console_getcolor): Move from here ...
        * include/grub/i386/vga_common.h: ... to here (new file).

        * term/i386/pc/vga_text.c: Replace `<grub/machine/console.h>' with
        `<grub/i386/vga_common.h>' and `<grub/cpu/io.h>' with
        `<grub/i386/io.h>'.
        * term/i386/vga_common.c: Replace `<grub/machine/console.h>' with
        `<grub/i386/vga_common.h>'.

git-svn-id: svn://svn.savannah.gnu.org/grub/trunk/grub2@1912 d0de0278-0dc1-4c01-8a07-af38b3205e46
ChangeLog
DISTLIST
include/grub/i386/pc/console.h
include/grub/i386/vga_common.h [copied from include/grub/i386/pc/console.h with 55% similarity]
term/i386/pc/vga_text.c
term/i386/vga_common.c