Move PCI ATA driver to pci/ata

This commit is contained in:
2025-11-23 21:49:49 +01:00
parent fa152cac4d
commit d3a91b6438
5 changed files with 8 additions and 7 deletions

6
kernel/pci/ata/ata.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef PCI_ATA_ATA_H_
#define PCI_ATA_ATA_H_
void pci_ata_init(void);
#endif // PCI_ATA__ATA_H_