2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _KERNEL_DRIVER_SETTINGS_H
6 #define _KERNEL_DRIVER_SETTINGS_H
9 #include <SupportDefs.h>
18 status_t
driver_settings_init(struct kernel_args
*args
);
24 #endif /* _KRENEL_DRIVER_SETTINGS_H */