mirror of
https://review.haiku-os.org/haiku
synced 2025-01-27 16:54:49 +01:00
74b043d98d
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11896 a95241bf-73f2-0310-859d-f6bbb57e9c96
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
|
|
|