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