mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add packet to retrieve SD/MMC boot registers.
This commit is contained in:
@@ -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...");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user