mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
5 lines
No EOL
140 B
C
5 lines
No EOL
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); |