xref: /haiku/headers/private/kernel/kdevice_manager.h (revision 81f5654c124bf46fba0fd251f208e2d88d81e1ce)
1 /*
2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the OpenBeOS License.
4 */
5 #ifndef _KERNEL_DEVICE_MANAGER_H
6 #define _KERNEL_DEVICE_MANAGER_H
7 
8 
9 #include <SupportDefs.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 extern status_t device_manager_init(struct kernel_args *args);
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif	/* _KRENEL_DEVICE_MANAGER_H */
22