add partition flashing

This commit is contained in:
suchmememanyskill
2020-12-31 12:55:26 +01:00
parent db2e115fb0
commit cd6bf6ad9d
7 changed files with 129 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#pragma once
#include "../err.h"
ErrCode_t DumpEmmcPart(const char *path, const char *part);
ErrCode_t DumpOrWriteEmmcPart(const char *path, const char *part, u8 write, u8 force);