haiku/headers/private/kernel/kernel_daemon.h
Stephan Aßmus da2a1fefe4 Patch by Vasilis Kaoutsis: Fixed typo in comment.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25507 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-05-15 12:08:13 +00:00

18 lines
315 B
C

/*
* Copyright 2003-2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _KERNEL_DAEMON_H
#define _KERNEL_DAEMON_H
#include <OS.h>
#ifdef __cplusplus
extern "C"
#endif
status_t kernel_daemon_init(void);
#endif /* _KERNEL_DAEMON_H */