mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
039ce22fc1
* JASDriverIF * JASDriverIF sinit * JASAiCtrl * JASDSPInterface
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 */
|