Files
tp/include/dolphin/dsp/dsp_task.h
T

12 lines
242 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef DSP_TASK_H
#define DSP_TASK_H
2023-01-02 11:20:10 -08:00
#include "dolphin/dsp/dsp.h"
extern DSPTaskInfo* __DSP_tmp_task;
extern DSPTaskInfo* __DSP_last_task;
extern DSPTaskInfo* __DSP_first_task;
extern DSPTaskInfo* __DSP_curr_task;
2021-03-28 22:49:05 +02:00
#endif /* DSP_TASK_H */