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

#ifdef __cplusplus
extern "C" {
#endif

#include "SDK/NAND/NANDCore.h"

#ifdef __cplusplus
}
#endif

#endif //POKEREVO_NAND_H