10 lines
104 B
C
Raw Normal View History

#ifndef _IDE_BUS_H
#define _IDE_BUS_H
#include <stage2.h>
int ide_bus_init(kernel_args *ka);
#endif