diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-23 15:53:38 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-23 15:53:38 +0000 |
commit | 86051f919fc34d731619fc3a1266c5a2c4855b01 (patch) | |
tree | ef1cc51fa135493eefd0987350ff6f2aebbde01b /util/vgabios/include/console | |
parent | b7f53b2329d468a6efa50c7c1163079d296fbdc3 (diff) | |
download | coreboot-86051f919fc34d731619fc3a1266c5a2c4855b01.tar.xz |
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/console')
-rw-r--r-- | util/vgabios/include/console/console.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/vgabios/include/console/console.h b/util/vgabios/include/console/console.h new file mode 100644 index 0000000000..d63832f1ed --- /dev/null +++ b/util/vgabios/include/console/console.h @@ -0,0 +1,3 @@ +#ifndef _CONSOLE_CONSOLE_H +#define _CONSOLE_CONSOLE_H +#endif |