Hacker voice: *i'm in* (to the emmc)
This commit is contained in:
13
source/storage/mountmanager.h
Normal file
13
source/storage/mountmanager.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include <utils/types.h>
|
||||
#include "../err.h"
|
||||
|
||||
enum {
|
||||
MMC_CONN_None = 0,
|
||||
MMC_CONN_EMMC,
|
||||
MMC_CONN_EMUMMC
|
||||
};
|
||||
|
||||
int connectMMC(u8 mmcType);
|
||||
ErrCode_t mountMMCPart(const char *partition);
|
||||
void SetKeySlots();
|
||||
Reference in New Issue
Block a user