1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-09 21:51:48 +00:00
TegraExplorer/source/storage/emmcfile.h

4 lines
93 B
C
Raw Normal View History

2020-12-30 21:51:07 +00:00
#pragma once
#include "../err.h"
ErrCode_t DumpEmmcPart(const char *path, const char *part);