1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00
TegraExplorer/source/storage/emmcfile.h
2020-12-30 22:51:07 +01:00

4 lines
93 B
C

#pragma once
#include "../err.h"
ErrCode_t DumpEmmcPart(const char *path, const char *part);