blob: 1cd430cb99a46def6771103abd53a63f8d2f5318 [file] [log] [blame]
#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 */