mirror of
https://github.com/zeldaret/ss
synced 2026-05-25 23:35:13 -04:00
14 lines
199 B
C
14 lines
199 B
C
#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
|