m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'pci.h')
-rw-r--r--pci.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pci.h b/pci.h
new file mode 100644
index 0000000..377530e
--- /dev/null
+++ b/pci.h
@@ -0,0 +1,7 @@
+#ifndef PCI_H
+#define PCI_H
+
+int pci_init(void);
+void pci_cleanup(void);
+
+#endif