m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'pci.h')
-rw-r--r--pci.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pci.h b/pci.h
index 9386703..377530e 100644
--- a/pci.h
+++ b/pci.h
@@ -1,14 +1,6 @@
#ifndef PCI_H
#define PCI_H
-#include <linux/device.h>
-
-struct doom_data {
- struct cdev *cdev;
- struct device *device;
- void __iomem *iomem;
-};
-
int pci_init(void);
void pci_cleanup(void);