m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'pci.h')
-rw-r--r--pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pci.h b/pci.h
index 9e8d07f..9386703 100644
--- a/pci.h
+++ b/pci.h
@@ -6,6 +6,7 @@
struct doom_data {
struct cdev *cdev;
struct device *device;
+ void __iomem *iomem;
};
int pci_init(void);