add partition dumping

This commit is contained in:
suchmememanyskill
2020-12-30 22:51:07 +01:00
parent 45d86a31b1
commit db2e115fb0
7 changed files with 141 additions and 31 deletions

View File

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