| rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | #ifndef DSP_PUBLIC_EINTC_H |
| 2 | #define DSP_PUBLIC_EINTC_H | ||||
| 3 | |||||
| 4 | #include "kal_public_api.h" | ||||
| 5 | |||||
| 6 | extern void dsp_eintc_set_idle_signal(kal_uint32 thread); | ||||
| 7 | extern void dsp_eintc_clr_idle_signal(kal_uint32 thread); | ||||
| 8 | extern kal_uint32 dsp_eintc_idle_signal_status(); | ||||
| 9 | |||||
| 10 | #endif /* DSP_PUBLIC_EINTC_H */ | ||||