Files
my-os-project2/kernel/pci/ide.h
2025-11-18 23:28:45 +01:00

9 lines
123 B
C

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