coreboot-kgpe-d16/util/vgabios/include/arch/io.h
Stefan Reinauer 86051f919f 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
2010-03-23 15:53:38 +00:00

4 lines
63 B
C

#ifndef _ASM_IO_H
#define _ASM_IO_H
#include <sys/io.h>
#endif