feat: started pci driver structure and ide driver structure

This commit is contained in:
2021-02-03 22:50:39 +01:00
parent e8816cfdfd
commit 706147c123
9 changed files with 373 additions and 1 deletions

10
kernel/drivers/ide.h Normal file
View File

@@ -0,0 +1,10 @@
//
// Created by rick on 03-02-21.
//
#ifndef NEW_KERNEL_IDE_H
#define NEW_KERNEL_IDE_H
void ide_register();
#endif //NEW_KERNEL_IDE_H