diff options
Diffstat (limited to 'include/SDK/NAND/NANDOpenClose.h')
-rw-r--r-- | include/SDK/NAND/NANDOpenClose.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/SDK/NAND/NANDOpenClose.h b/include/SDK/NAND/NANDOpenClose.h index 2a93acd..2b5f52f 100644 --- a/include/SDK/NAND/NANDOpenClose.h +++ b/include/SDK/NAND/NANDOpenClose.h @@ -5,12 +5,10 @@ extern "C" {
#endif
-typedef struct NANDFileInfo
-{
- u8 unk0[0x8B]; // TODO: determine actual size
-} NANDFileInfo;
+#include <SDK/NAND/nand.h>
s32 NANDOpen(const char* path, NANDFileInfo* info, u8 accType);
+s32 NANDClose(NANDFileInfo* info);
#ifdef __cplusplus
}
|