mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
17 lines
189 B
C
17 lines
189 B
C
#ifndef DSP_DSP_H
|
|
#define DSP_DSP_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
extern volatile u16 __DSPRegs[] AT_ADDRESS(0xCC005000);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|