7 lines
86 B
C
7 lines
86 B
C
#ifndef PCI_ATA_H_
|
|
#define PCI_ATA_H_
|
|
|
|
void pci_ata_init(void);
|
|
|
|
#endif // PCI_ATA_H_
|