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