Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
__dsp.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_DSP_INTERNAL_H_
2#define _DOLPHIN_DSP_INTERNAL_H_
3
4#include <dolphin/dsp.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
14
15DECL_WEAK void __DSPHandler(__OSInterrupt, OSContext*);
19void __DSP_add_task(DSPTaskInfo* task);
21void __DSP_debug_printf(const char* fmt, ...);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif
DSPTaskInfo * __DSP_tmp_task
Definition dsp_task.c:13
void __DSP_insert_task(DSPTaskInfo *)
Definition dsp_task.c:285
void __DSP_exec_task(DSPTaskInfo *, DSPTaskInfo *)
Definition dsp_task.c:158
DSPTaskInfo * __DSP_last_task
Definition dsp_task.c:12
DECL_WEAK void __DSPHandler(__OSInterrupt, OSContext *)
Definition dsp_task.c:17
void __DSP_boot_task(DSPTaskInfo *)
Definition dsp_task.c:227
void __DSP_add_task(DSPTaskInfo *task)
Definition dsp_task.c:318
void __DSP_remove_task(DSPTaskInfo *task)
Definition dsp_task.c:337
DSPTaskInfo * __DSP_first_task
Definition dsp_task.c:11
DSPTaskInfo * __DSP_curr_task
Definition dsp_task.c:10
void __DSP_debug_printf(const char *fmt,...)
Definition dsp_debug.c:5
s16 __OSInterrupt
Definition OSInterrupt.h:14
Definition OSContext.h:140
Definition dsp.h:16