m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'pci.h')
-rw-r--r--pci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pci.h b/pci.h
index 377530e..04c48f2 100644
--- a/pci.h
+++ b/pci.h
@@ -1,6 +1,10 @@
#ifndef PCI_H
#define PCI_H
+struct doom_data {
+ int minor;
+};
+
int pci_init(void);
void pci_cleanup(void);