sdmmc: fix speed mode extension, add CheckMmcConnection for debug

This commit is contained in:
Michael Scire
2020-10-25 21:57:37 -07:00
parent b2f4e0c1b4
commit 9a41e19004
4 changed files with 17 additions and 2 deletions

View File

@@ -38,5 +38,6 @@ namespace ams::sdmmc {
Result GetMmcBootPartitionCapacity(u32 *out_num_sectors, Port port);
Result GetMmcExtendedCsd(void *out_buffer, size_t buffer_size, Port port);
Result CheckMmcConnection(SpeedMode *out_speed_mode, BusWidth *out_bus_width, Port port);
}