prime/include/musyx/dsp_import.h

16 lines
171 B
C
Raw Normal View History

#ifndef MUSYX_DSP_IMPORT_H
#define MUSYX_DSP_IMPORT_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