diff options
author | Max <mparisi@stevens.edu> | 2020-10-30 02:05:35 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-30 02:05:35 -0400 |
commit | d96e18f2d6f0c92639929523051d3bd2c787333b (patch) | |
tree | 56edf2e9bdc02ac0cc56f1bde9693fdbb587e698 /include/SDK/NAND/NANDOpenClose.h | |
parent | 47a1bdea8872c79dd2cd7d75ca7f254b9ed13170 (diff) |
match up to func_801DD294
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
}
|