#ifndef DSP_PUBLIC_EINTC_H | |
#define DSP_PUBLIC_EINTC_H | |
#include "kal_public_api.h" | |
extern void dsp_eintc_set_idle_signal(kal_uint32 thread); | |
extern void dsp_eintc_clr_idle_signal(kal_uint32 thread); | |
extern kal_uint32 dsp_eintc_idle_signal_status(); | |
#endif /* DSP_PUBLIC_EINTC_H */ |