TegraExplorer/source/tegraexplorer/emmc/emmcoperations.h
2020-04-04 22:15:13 +02:00

8 lines
No EOL
306 B
C

#pragma once
#include "../../utils/types.h"
#include "../../storage/nx_emmc.h"
int dump_emmc_parts(u16 parts, u8 mmctype);
int restore_bis_using_file(char *path, u8 mmctype);
int dump_emmc_specific(char *part, char *path);
int restore_emmc_part(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);