#ifndef OSDSP_TASK_H #define OSDSP_TASK_H #include "dolphin/types.h" #include "dolphin/os/OSInterrupt.h" struct DSPTaskInfo; extern DSPTaskInfo* DSP_prior_task; #ifdef __cplusplus extern "C" { #endif void __DSPHandler(OSInterrupt interrupt, OSContext* context); #ifdef __cplusplus } #endif #endif /* OSDSP_TASK_H */