summaryrefslogtreecommitdiff
path: root/include/SDK/nand.h
blob: 1e055e23b855fa266f1e53b94ea31e46bccb9598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef POKEREVO_NAND_H
#define POKEREVO_NAND_H

#ifdef __cplusplus
extern "C" {
#endif

#include <SDK/NAND/nand.h>
#include <SDK/NAND/NANDCore.h>
#include <SDK/NAND/NANDOpenClose.h>

#ifdef __cplusplus
}
#endif

#endif //POKEREVO_NAND_H