mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
10 lines
153 B
C
10 lines
153 B
C
#ifndef DSPTASK_H
|
|
#define DSPTASK_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void DspBoot(void (*)(void*));
|
|
void DspFinishWork(u16 param_0);
|
|
|
|
#endif /* DSPTASK_H */
|