52a3801208
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
132 B
C
Executable File
9 lines
132 B
C
Executable File
#ifndef _KERNEL_DEV_BEOS
|
|
#define _KERNEL_DEV_BEOS
|
|
|
|
int beos_layer_init(void);
|
|
int beos_load_beos_driver(const char *name);
|
|
|
|
#endif
|
|
|