#ifndef PCI_H #define PCI_H int pci_init(void); void pci_cleanup(void); #endif