/* * 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 #ifdef __cplusplus extern "C" #endif status_t kernel_daemon_init(void); #endif /* _KERNEL_DAEMON_H */