Newer
Older
uwuboot / include / arm9 / nandimage.h
@derrek derrek on 15 Jan 2017 178 bytes config, menu, firm launch, nand image
#pragma once

#include "types.h"

#define NANDIMG_ERROR_BADPATH	-1
#define NANDIMG_ERROR_NEXISTS	-2
#define NANDIMG_ERROR_NCONTS	-3

int validateNandImage(const char *filePath);