summaryrefslogtreecommitdiff
path: root/util/vgabios/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/vgabios/pci.h')
-rw-r--r--util/vgabios/pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/vgabios/pci.h b/util/vgabios/pci.h
new file mode 100644
index 0000000000..e51ebe471d
--- /dev/null
+++ b/util/vgabios/pci.h
@@ -0,0 +1,2 @@
+void x_outb(u16 port, u8 val);
+#define outb x_outb