Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
__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
19void __DSP_add_task(DSPTaskInfo* task);
21void __DSP_debug_printf(const char* fmt, ...);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif
s16 __OSInterrupt
Definition OSInterrupt.h:11
DSPTaskInfo * __DSP_tmp_task
Definition dsp_task.c:13
void __DSP_insert_task(DSPTaskInfo *)
Definition dsp_task.c:285
DSPTaskInfo * __DSP_last_task
Definition dsp_task.c:12
void __DSP_boot_task(DSPTaskInfo *)
Definition dsp_task.c:227
__declspec(weak) void __DSPHandler(__OSInterrupt
Definition amcnotstub.c:4
OSContext *void __DSP_exec_task(DSPTaskInfo *, DSPTaskInfo *)
Definition dsp_task.c:158
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
void __DSPHandler(__OSInterrupt intr, OSContext *context)
Definition dsp_task.c:17
Definition OSContext.h:137
Definition dsp.h:13