mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
16 lines
262 B
C
16 lines
262 B
C
#ifndef RVL_SDK_PUBLIC_NAND_H
|
|
#define RVL_SDK_PUBLIC_NAND_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/NAND/NANDCheck.h"
|
|
#include "rvl/NAND/NANDCore.h"
|
|
#include "rvl/NAND/NANDOpenClose.h"
|
|
#include "rvl/NAND/nand.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|