1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 13:33:25 +01:00
TegraExplorer/source/storage/emmcfile.h
2020-12-31 12:55:26 +01:00

4 lines
120 B
C

#pragma once
#include "../err.h"
ErrCode_t DumpOrWriteEmmcPart(const char *path, const char *part, u8 write, u8 force);