mirror of
https://github.com/pret/pokerevo.git
synced 2026-08-26 02:34:13 -05:00
15 lines
190 B
C
15 lines
190 B
C
#ifndef POKEREVO_NANDCORE_H
|
|
#define POKEREVO_NANDCORE_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
s32 NANDInit(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif //POKEREVO_NANDCORE_H
|