blob: 1cd430cb99a46def6771103abd53a63f8d2f5318 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001#ifndef DSP_PUBLIC_EINTC_H
2#define DSP_PUBLIC_EINTC_H
3
4#include "kal_public_api.h"
5
6extern void dsp_eintc_set_idle_signal(kal_uint32 thread);
7extern void dsp_eintc_clr_idle_signal(kal_uint32 thread);
8extern kal_uint32 dsp_eintc_idle_signal_status();
9
10#endif /* DSP_PUBLIC_EINTC_H */