diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-22 18:15:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-22 18:15:32 +0000 |
commit | f75b19ac85ccfffba5eca37700d4c705b24a355e (patch) | |
tree | 4e1c0a547389cdc1ec5ba57f89f252a3dc7010de /src/northbridge/via/vt8623/northbridge.h | |
parent | 64d3baf9829baf9285c94cae0406ee0f428c04c0 (diff) |
via epia-m now works with default x86.c instead of its own copy of vgabios.c.
Allows to drop quite a bunch of nasty code
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5478 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vt8623/northbridge.h')
-rw-r--r-- | src/northbridge/via/vt8623/northbridge.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/northbridge/via/vt8623/northbridge.h b/src/northbridge/via/vt8623/northbridge.h index f589860cd5..b3a2e75f15 100644 --- a/src/northbridge/via/vt8623/northbridge.h +++ b/src/northbridge/via/vt8623/northbridge.h @@ -2,11 +2,7 @@ #define NORTHBRIDGE_VIA_VT8623_H unsigned int vt8623_scan_root_bus(device_t root, unsigned int max); - -void vga_enable_console(void); -void do_vgabios(void); -void setup_realmode_idt(void); +extern void (*vga_enable_console)(void) __attribute__((regparm(0))); void write_protect_vgabios(void); - #endif /* NORTHBRIDGE_VIA_VT8623_H */ |