Files
haiku-beta6/headers/private/kernel/beos.h
T

9 lines
132 B
C
Raw Normal View History

2002-07-09 12:24:59 +00:00
#ifndef _KERNEL_DEV_BEOS
#define _KERNEL_DEV_BEOS
int beos_layer_init(void);
int beos_load_beos_driver(const char *name);
#endif