prime/include/musyx/dsp_import.h

18 lines
210 B
C
Raw Normal View History

#ifndef _MUSYX_DSP_IMPORT
#define _MUSYX_DSP_IMPORT
2022-07-27 05:11:36 +00:00
#include "types.h"
2022-04-08 05:17:01 +00:00
#ifdef __cplusplus
extern "C" {
#endif
char dspSlave[];
short dspSlaveLength;
2022-04-08 05:17:01 +00:00
#ifdef __cplusplus
}
#endif
#endif // _MUSYX_DSP_IMPORT