tp/include/dolphin/dsp/dsp_debug.h

16 lines
184 B
C

#ifndef DSP_DEBUG_H
#define DSP_DEBUG_H
#ifdef __cplusplus
extern "C" {
#endif
void __DSP_debug_printf(const char* fmt, ...);
#ifdef __cplusplus
}
#endif
#endif /* DSP_DEBUG_H */