mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2025-01-14 20:41:30 +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); |