/** Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.* Distributed under the terms of the MIT License.*/#ifndef DEBUG_H#define DEBUG_H#include <stdarg.h>#include <SupportDefs.h>#ifdef __cplusplusextern "C" {#endifvoid debug_init_post_mmu(void);void debug_cleanup(void);#ifdef __cplusplus}#endif#endif // DEBUG_H