xref: /haiku/headers/private/kernel/kernel_daemon.h (revision 2ae568931fcac7deb9f1e6ff4e47213fbfe4029b)
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