Add packet to retrieve SD/MMC boot registers.

This commit is contained in:
2019-10-14 01:11:20 +01:00
parent 3df019304f
commit ef92d42641
3 changed files with 31 additions and 1 deletions

View File

@@ -373,5 +373,10 @@ namespace DiscImageChef.Devices.Remote
{
throw new NotImplementedException("Getting remote device type not yet implemented...");
}
public bool GetSdhciRegisters(out byte[] csd, out byte[] cid, out byte[] ocr, out byte[] scr)
{
throw new NotImplementedException("Getting SDHCI registers not yet implemented...");
}
}
}