GodMode9/source/nand/nandutil.h

10 lines
285 B
C
Raw Normal View History

2017-01-02 17:37:08 +01:00
#pragma once
#include "common.h"
#define SAFE_SECTORS 0x000000 + 0x1, SECTOR_SECRET, SECTOR_SECRET + 0x1, \
SECTOR_FIRM0, SECTOR_CTR, 0x000000 // last one is a placeholder
2017-01-02 17:37:08 +01:00
u32 ValidateNandDump(const char* path);
u32 SafeRestoreNandDump(const char* path);