Squash commits for public release
This commit is contained in:
10
kernel/include/drivers/bus/x86/ide.h
Normal file
10
kernel/include/drivers/bus/x86/ide.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _KERNEL_DRIVERS_BUS_X86_IDE_H
|
||||
#define _KERNEL_DRIVERS_BUS_X86_IDE_H
|
||||
|
||||
#include <drivers/driver_manager.h>
|
||||
#include <libkern/types.h>
|
||||
|
||||
void ide_install();
|
||||
int ide_init_with_dev(device_t* dev);
|
||||
|
||||
#endif // _KERNEL_DRIVERS_BUS_X86_IDE_H
|
||||
Reference in New Issue
Block a user