#ifndef PCI_H #define PCI_H struct doom_data { int minor; }; int pci_init(void); void pci_cleanup(void); #endif