mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -61,8 +61,8 @@ namespace DiscImageChef.Decoders.ATA
|
||||
public ushort LbaLow;
|
||||
public ushort LbaMid;
|
||||
public ushort LbaHigh;
|
||||
public byte DeviceHead;
|
||||
public byte Command;
|
||||
public byte DeviceHead;
|
||||
public byte Command;
|
||||
}
|
||||
|
||||
public struct AtaErrorRegistersChs
|
||||
@@ -89,12 +89,12 @@ namespace DiscImageChef.Decoders.ATA
|
||||
|
||||
public struct AtaErrorRegistersLba48
|
||||
{
|
||||
public byte Status;
|
||||
public byte Error;
|
||||
public byte Status;
|
||||
public byte Error;
|
||||
public ushort SectorCount;
|
||||
public ushort LbaLow;
|
||||
public ushort LbaMid;
|
||||
public ushort LbaHigh;
|
||||
public byte DeviceHead;
|
||||
public byte DeviceHead;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user