Show EMMC/EMUMMC GPT
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user