prime/include/musyx/dsp_import.h
Phillip Stephens ae52b8482c Link snd_service.c and hw_memory.c
Former-commit-id: e88f46cb288c55376f57538481179577e9023380
2022-07-26 22:11:36 -07:00

18 lines
191 B
C

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