Add partition restoring via clipboard

This commit is contained in:
Such Meme, Many Skill
2020-04-04 22:15:13 +02:00
parent a6eaa1ec51
commit 97bbe2a333
7 changed files with 111 additions and 35 deletions

View File

@@ -1,6 +1,8 @@
#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 dump_emmc_specific(char *part, char *path);
int restore_emmc_part(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);