Files
tp/include/dolphin/dsp/dsp_debug.h
T

17 lines
211 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef DSP_DEBUG_H
#define DSP_DEBUG_H
#include "dolphin/types.h"
2023-01-02 11:20:10 -08:00
#ifdef __cplusplus
extern "C" {
#endif
void __DSP_debug_printf(const char* fmt, ...);
#ifdef __cplusplus
}
#endif
2021-03-28 22:49:05 +02:00
#endif /* DSP_DEBUG_H */