#ifndef PCI_IDE_H_ #define PCI_IDE_H_ #include "pci/pci.h" void pci_ide_init(PciDevInfo *devinfo); #endif // PCI_IDE_H_