Files
my-os-project2/kernel/pci/ata.h
2025-11-23 21:37:12 +01:00

7 lines
86 B
C

#ifndef PCI_ATA_H_
#define PCI_ATA_H_
void pci_ata_init(void);
#endif // PCI_ATA_H_