1 #ifndef _KERNEL_DAEMON_H 2 #define _KERNEL_DAEMON_H 3 /* 4 ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. 5 ** Distributed under the terms of the OpenBeOS License. 6 */ 7 8 #include <OS.h> 9 10 extern status_t kernel_daemon_init(void); 11 12 #endif /* _KRENEL_DAEMON_H */ 13