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

8 lines
306 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"
2020-03-19 15:11:18 +00:00
int dump_emmc_parts(u16 parts, u8 mmctype);
2020-04-04 17:40:27 +01:00
int restore_bis_using_file(char *path, u8 mmctype);
2020-04-04 21:15:13 +01:00
int dump_emmc_specific(char *part, char *path);
int restore_emmc_part(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);