Detect ATA driver via PCI
This commit is contained in:
8
kernel/pci/ide.h
Normal file
8
kernel/pci/ide.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef PCI_IDE_H_
|
||||
#define PCI_IDE_H_
|
||||
|
||||
#include "pci/pci.h"
|
||||
|
||||
void pci_ide_init(PciDevInfo *devinfo);
|
||||
|
||||
#endif // PCI_IDE_H_
|
||||
Reference in New Issue
Block a user