feat: started pci driver structure and ide driver structure
This commit is contained in:
10
kernel/drivers/ide.h
Normal file
10
kernel/drivers/ide.h
Normal 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
|
||||
Reference in New Issue
Block a user