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