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
This commit is contained in:
Stefan Reinauer
2010-03-23 15:53:38 +00:00
committed by Stefan Reinauer
parent b7f53b2329
commit 86051f919f
29 changed files with 23 additions and 17134 deletions

View File

@@ -14,7 +14,7 @@
* in xf86EnableIO(). Otherwise we won't trap
* on PIO.
*/
#include <x86emu.h>
#include <x86emu/x86emu.h>
#include "helper_exec.h"
#include "test.h"
#include <sys/io.h>