mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
9 lines
98 B
C
9 lines
98 B
C
#ifndef DSPPROC_H
|
|
#define DSPPROC_H
|
|
|
|
#include "types.h"
|
|
|
|
extern u32 DSPReleaseHalt(void);
|
|
|
|
#endif
|