blob: 0f2811fd553c7ceb2d24feb9b8ba2e5a6cd23d8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef POKEREVO_NANDCORE_H
#define POKEREVO_NANDCORE_H
#ifdef __cplusplus
extern "C" {
#endif
s32 NANDInit(void);
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_NANDCORE_H
|