summaryrefslogtreecommitdiff
path: root/stage3/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/pci.h')
-rw-r--r--stage3/pci.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stage3/pci.h b/stage3/pci.h
new file mode 100644
index 0000000..ac893ee
--- /dev/null
+++ b/stage3/pci.h
@@ -0,0 +1,6 @@
+#ifndef PCI_H
+#define PCI_H
+
+void pci_enumerate();
+
+#endif