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