8a5543b18c
kernel daemon service. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2560 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
282 B
C
13 lines
282 B
C
#ifndef _KERNEL_DAEMON_H
|
|
#define _KERNEL_DAEMON_H
|
|
/*
|
|
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
|
** Distributed under the terms of the OpenBeOS License.
|
|
*/
|
|
|
|
#include <OS.h>
|
|
|
|
extern status_t kernel_daemon_init(void);
|
|
|
|
#endif /* _KRENEL_DAEMON_H */
|