prime/include/musyx/dsp_import.h

18 lines
210 B
C

#ifndef _MUSYX_DSP_IMPORT
#define _MUSYX_DSP_IMPORT
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
char dspSlave[];
short dspSlaveLength;
#ifdef __cplusplus
}
#endif
#endif // _MUSYX_DSP_IMPORT