2 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de
3 * Distributed under the terms of the MIT License.
5 #ifndef _KERNEL_DEBUG_VARIABLES_H
6 #define _KERNEL_DEBUG_VARIABLES_H
8 #include <SupportDefs.h>
11 #define MAX_DEBUG_VARIABLE_NAME_LEN 24
17 void debug_variables_init();
24 #endif // _KERNEL_DEBUG_VARIABLES_H