btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / system / kernel / debug / debug_variables.h
blob625cfe4aba0e6e59d05fdde751e33fc18ed61031
1 /*
2 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_DEBUG_VARIABLES_H
6 #define _KERNEL_DEBUG_VARIABLES_H
8 #include <SupportDefs.h>
11 #define MAX_DEBUG_VARIABLE_NAME_LEN 24
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
17 void debug_variables_init();
19 #ifdef __cplusplus
20 } // extern "C"
21 #endif
24 #endif // _KERNEL_DEBUG_VARIABLES_H