mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-21 22:54:39 -04:00
17 lines
251 B
C
17 lines
251 B
C
#ifndef _JAUDIO_DSP_CARDUNLOCK_H
|
|
#define _JAUDIO_DSP_CARDUNLOCK_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif // ifdef __cplusplus
|
|
|
|
int __CARDUnlock(int chan, u8 flashID[12]);
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif // ifdef __cplusplus
|
|
|
|
#endif
|