aboutsummaryrefslogtreecommitdiff
path: root/util/vgabios/include/arch/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/vgabios/include/arch/io.h')
-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