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:
@@ -18,7 +18,9 @@ namespace DiscImageChef.Devices.Remote
|
||||
CommandSdhci = 13,
|
||||
ResponseSdhci = 14,
|
||||
CommandGetType = 15,
|
||||
ResponseGetType = 16
|
||||
ResponseGetType = 16,
|
||||
CommandGetSdhciRegisters = 17,
|
||||
ResponseGetSdhciRegisters = 18
|
||||
}
|
||||
|
||||
public enum DicNopReason : byte
|
||||
|
||||
Reference in New Issue
Block a user