Files
2025-06-21 04:26:24 -04:00

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