#ifndef PCI_H #define PCI_H #include struct doom_data { struct cdev *cdev; struct device *device; void __iomem *iomem; }; int pci_init(void); void pci_cleanup(void); #endif