mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 11:15:59 +01:00
9 lines
132 B
C
9 lines
132 B
C
|
#ifndef _KERNEL_DEV_BEOS
|
||
|
#define _KERNEL_DEV_BEOS
|
||
|
|
||
|
int beos_layer_init(void);
|
||
|
int beos_load_beos_driver(const char *name);
|
||
|
|
||
|
#endif
|
||
|
|