mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
10 lines
No EOL
364 B
C
10 lines
No EOL
364 B
C
#pragma once
|
|
#include "../../utils/types.h"
|
|
#include "../../storage/nx_emmc.h"
|
|
|
|
int emmcDumpSpecific(char *part, char *path);
|
|
int emmcDumpBoot(char *basePath);
|
|
int mmcFlashFile(char *path, short mmcType);
|
|
|
|
int emmcDumpPart(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);
|
|
int emmcRestorePart(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part); |