sdmmc: skeleton implementation of Sdmmc1Controller

This commit is contained in:
Michael Scire
2020-10-20 23:51:48 -07:00
parent 53957bb5c7
commit bd9b01e405
11 changed files with 581 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ namespace ams::sdmmc::impl {
namespace {
SdmmcControllerForMmc g_mmc0_host_controller;
SdmmcControllerForPortMmc0 g_mmc0_host_controller;
}