Show EMMC/EMUMMC GPT

This commit is contained in:
suchmememanyskill
2020-12-27 23:33:23 +01:00
parent 3307e975c9
commit 859ad2cc4c
7 changed files with 157 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <utils/types.h>
#include <utils/list.h>
#include "../err.h"
enum {
@@ -10,4 +11,6 @@ enum {
int connectMMC(u8 mmcType);
ErrCode_t mountMMCPart(const char *partition);
void SetKeySlots();
void SetKeySlots();
void unmountMMCPart();
link_t *GetCurGPT();