haiku/headers/private/kernel/beos.h

9 lines
132 B
C
Raw Normal View History

#ifndef _KERNEL_DEV_BEOS
#define _KERNEL_DEV_BEOS
int beos_layer_init(void);
int beos_load_beos_driver(const char *name);
#endif