summaryrefslogtreecommitdiff
path: root/util/vgabios/int10.c
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2015-09-28 13:12:04 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-10-25 21:33:32 +0100
commit850e7d48845ed78bc50f9d0d8caae8132d2ba38d (patch)
tree0ae333e7192debc5a8166d0dcd595969546f9a3b /util/vgabios/int10.c
parent3acece23621eb27abcce34a212344a12d80de500 (diff)
downloadcoreboot-850e7d48845ed78bc50f9d0d8caae8132d2ba38d.tar.xz
vgabios: fix compilation after x86emu changes
This utility links in coreboot code, and has been broken for a while again after removing some hacks from coreboot. I hadn't realized how bad it was broken last time, and since most of this stuff is still in a pretty bad shape, I decided to throw all of the changes together. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Change-Id: If3e4399b1b0e947433b97caa29962ef66ea2993d Reviewed-on: http://review.coreboot.org/11736 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/vgabios/int10.c')
-rw-r--r--util/vgabios/int10.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/util/vgabios/int10.c b/util/vgabios/int10.c
index bccb3d9954..21ba7fbfa7 100644
--- a/util/vgabios/int10.c
+++ b/util/vgabios/int10.c
@@ -1,9 +1,7 @@
#include <stdio.h>
-#include "test.h"
-#include "pci.h"
+#include <stdtypes.h>
+#include "testbios.h"
-void x86emu_dump_xregs(void);
-extern ptr current;
extern int verbose;
@@ -16,7 +14,7 @@ extern int verbose;
* arise. What are "Not Implemented" throughout are video memory accesses.
* Also, very little input validity checking is done here.
*/
-int int42_handler()
+int int42_handler(void)
{
#if 0
if (verbose && X86_AH != 0x0e) {