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 7 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 void debug_builtin_commands_init(); 14 15 #ifdef __cplusplus 16 } // extern "C" 17 #endif 18 19 20 #endif // _KERNEL_DEBUG_BUILTIN_COMMANDS_H 21