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
2020-03-19 16:11:18 +01:00

5 lines
140 B
C

#pragma once
#include "../../utils/types.h"
int dump_emmc_parts(u16 parts, u8 mmctype);
int restore_bis_using_file(char *path, u8 mmctype);