Files
pokerevo/include/SDK/NAND/NANDCore.h

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