btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / kernel / kdriver_settings.h
bloba00cb31fb8740dcfa4d150a106e50a976cd9ed79
1 /*
2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_DRIVER_SETTINGS_H
6 #define _KERNEL_DRIVER_SETTINGS_H
9 #include <SupportDefs.h>
11 struct kernel_args;
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
18 status_t driver_settings_init(struct kernel_args *args);
20 #ifdef __cplusplus
22 #endif
24 #endif /* _KRENEL_DRIVER_SETTINGS_H */