From 86051f919fc34d731619fc3a1266c5a2c4855b01 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 23 Mar 2010 15:53:38 +0000 Subject: Use coreboot-internal version of x86emu for the vgabios utility. Signed-off-by: Stefan Reinauer Acked-by: Joseph Smith git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5276 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/vgabios/include/console/console.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 util/vgabios/include/console/console.h (limited to 'util/vgabios/include/console') 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 -- cgit v1.2.3