PCI driver rewrite

This commit is contained in:
2025-11-23 21:37:12 +01:00
parent e105b2fe35
commit fa152cac4d
9 changed files with 267 additions and 505 deletions

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

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