matlab_23550/Inu/Src2/N12_Libs/big_dsp_module.h

20 lines
215 B
C

#ifndef _BIGDSPMODULE
#define _BIGDSPMODULE
#ifdef __cplusplus
extern "C" {
#endif
void setup_adr_pcb_controller();
int get_adr_pcb_controller();
#ifdef __cplusplus
}
#endif
#endif /* _BIGDSPMODULE */