m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pci.h
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-18 14:23:53 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-18 14:23:53 +0200
commitd7ac0204c65b576978354f3767e8a8f29211424d (patch)
treec75c2042f5bee6f51924c6908919bd2df9180723 /pci.h
parent1a8a5e5f7ec151c38eec7b4d0ca4835fc717e010 (diff)
Define private surface data
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);