mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
8 lines
No EOL
294 B
C
8 lines
No EOL
294 B
C
#pragma once
|
|
#include "../../utils/types.h"
|
|
#include "../../storage/nx_emmc.h"
|
|
|
|
int restore_bis_using_file(char *path, u8 mmctype);
|
|
int emmcDumpSpecific(char *part, char *path);
|
|
int restore_emmc_part(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);
|
|
int emmcDumpBoot(char *basePath); |