10 lines
104 B
C
10 lines
104 B
C
|
#ifndef _IDE_BUS_H
|
||
|
#define _IDE_BUS_H
|
||
|
|
||
|
#include <stage2.h>
|
||
|
|
||
|
int ide_bus_init(kernel_args *ka);
|
||
|
|
||
|
#endif
|
||
|
|