#ifndef DSPINTERFACE_H #define DSPINTERFACE_H #include "types.h" extern void DSP_InitBuffer(void); extern void DSP_InvalChannelAll(void); #endif