#ifndef RVL_SDK_DSP_DEBUG_H #define RVL_SDK_DSP_DEBUG_H #include "common.h" #ifdef __cplusplus extern "C" { #endif void __DSP_debug_printf(const char *fmt, ...); #ifdef __cplusplus } #endif #endif