52a3801208
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
10 lines
104 B
C
Executable File
10 lines
104 B
C
Executable File
#ifndef _IDE_BUS_H
|
|
#define _IDE_BUS_H
|
|
|
|
#include <stage2.h>
|
|
|
|
int ide_bus_init(kernel_args *ka);
|
|
|
|
#endif
|
|
|