mirror of
https://github.com/zeldaret/ss
synced 2026-06-16 06:35:40 -04:00
16 lines
278 B
C
16 lines
278 B
C
#ifndef RVL_SDK_PUBLIC_NAND_H
|
|
#define RVL_SDK_PUBLIC_NAND_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <lib/rvl/NAND/NANDCheck.h>
|
|
#include <lib/rvl/NAND/NANDCore.h>
|
|
#include <lib/rvl/NAND/NANDOpenClose.h>
|
|
#include <lib/rvl/NAND/nand.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|