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,9 @@
namespace ams::sdmmc::impl {
using SdmmcControllerForMmc = Sdmmc4Controller;
using SdmmcControllerForPortSdCard0 = Sdmmc1Controller;
using SdmmcControllerForPortGcAsic0 = Sdmmc2Controller;
using SdmmcControllerForPortMmc0 = Sdmmc4Controller;
}