sdmmc: implement MmcDeviceAccessor

This commit is contained in:
Michael Scire
2020-10-25 16:02:20 -07:00
parent 3981527bb8
commit 397d0c4295
8 changed files with 884 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ namespace ams::sdmmc::impl {
namespace {
SdmmcControllerForPortMmc0 g_mmc0_host_controller;
MmcDeviceAccessor g_mmc0_device_accessor(std::addressof(g_mmc0_host_controller));
}