⛏️ index : haiku.git

/*
 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de
 * Distributed under the terms of the MIT License.
 */
#ifndef _KERNEL_DEBUG_BUILTIN_COMMANDS_H
#define _KERNEL_DEBUG_BUILTIN_COMMANDS_H


#ifdef __cplusplus
extern "C" {
#endif

void debug_builtin_commands_init();

#ifdef __cplusplus
}	// extern "C"
#endif


#endif	// _KERNEL_DEBUG_BUILTIN_COMMANDS_H