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 */
|