1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00
TegraExplorer/source/tegraexplorer/emmc/emmcoperations.h

10 lines
394 B
C
Raw Normal View History

#pragma once
#include "../../utils/types.h"
2020-04-04 21:15:13 +01:00
#include "../../storage/nx_emmc.h"
int emmcDumpSpecific(char *part, char *path);
2020-04-05 15:07:25 +01:00
int emmcDumpBoot(char *basePath);
int mmcFlashFile(char *path, short mmcType, bool warnings);
2020-04-05 15:07:25 +01:00
int emmcDumpPart(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);
int emmcRestorePart(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part, bool warnings);