|
SSBM Decomp
|
#include <dolphin/dsp.h>Go to the source code of this file.
Functions | |
| void | __DSPHandler (__OSInterrupt, OSContext *) |
| void | __DSP_exec_task (DSPTaskInfo *, DSPTaskInfo *) |
| void | __DSP_boot_task (DSPTaskInfo *) |
| void | __DSP_insert_task (DSPTaskInfo *) |
| void | __DSP_add_task (DSPTaskInfo *task) |
| void | __DSP_remove_task (DSPTaskInfo *task) |
| void | __DSP_debug_printf (const char *fmt,...) |
| void __DSPHandler | ( | __OSInterrupt | intr, |
| OSContext * | context ) |
| void __DSP_exec_task | ( | DSPTaskInfo * | curr, |
| DSPTaskInfo * | next ) |
| void __DSP_boot_task | ( | DSPTaskInfo * | task | ) |
| void __DSP_insert_task | ( | DSPTaskInfo * | task | ) |
| void __DSP_add_task | ( | DSPTaskInfo * | task | ) |
| void __DSP_remove_task | ( | DSPTaskInfo * | task | ) |
| void __DSP_debug_printf | ( | const char * | fmt, |
| ... ) |