btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / system / kernel / debug / debug_builtin_commands.h
blobd99f16e78f49f1e1497202eb5b42276003cd5102
1 /*
2 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_DEBUG_BUILTIN_COMMANDS_H
6 #define _KERNEL_DEBUG_BUILTIN_COMMANDS_H
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
13 void debug_builtin_commands_init();
15 #ifdef __cplusplus
16 } // extern "C"
17 #endif
20 #endif // _KERNEL_DEBUG_BUILTIN_COMMANDS_H