aboutsummaryrefslogtreecommitdiff
path: root/util/vgabios/include/arch
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-23 15:53:38 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-23 15:53:38 +0000
commit86051f919fc34d731619fc3a1266c5a2c4855b01 (patch)
treeef1cc51fa135493eefd0987350ff6f2aebbde01b /util/vgabios/include/arch
parentb7f53b2329d468a6efa50c7c1163079d296fbdc3 (diff)
Use coreboot-internal version of x86emu for the vgabios utility.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5276 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/vgabios/include/arch')
-rw-r--r--util/vgabios/include/arch/io.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/vgabios/include/arch/io.h b/util/vgabios/include/arch/io.h
new file mode 100644
index 0000000000..f28499de93
--- /dev/null
+++ b/util/vgabios/include/arch/io.h
@@ -0,0 +1,4 @@
+#ifndef _ASM_IO_H
+#define _ASM_IO_H
+#include <sys/io.h>
+#endif