mirror of
https://github.com/zeldaret/ss
synced 2026-08-13 12:18:46 -04:00
change everything to use a common types file
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef RVL_SDK_NAND_CHECK_H
|
||||
#define RVL_SDK_NAND_CHECK_H
|
||||
#include "rvl/NAND/nand.h"
|
||||
#include "rvl/types.h"
|
||||
#include <common.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -13,7 +13,7 @@ typedef enum {
|
||||
NAND_CHECK_TOO_MANY_USER_FILES = (1 << 3),
|
||||
} NANDCheckFlags;
|
||||
|
||||
NANDResult NANDCheck(u32 neededBlocks, u32 neededFiles, u32* answer);
|
||||
NANDResult NANDCheck(u32 neededBlocks, u32 neededFiles, u32 *answer);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user