Moved devices enums and structs out of classes.

This commit is contained in:
2015-10-19 04:39:39 +01:00
parent ac491f6f5c
commit efcc294202
11 changed files with 2679 additions and 2619 deletions

View File

@@ -77,7 +77,7 @@ namespace DiscImageChef.Commands
StringBuilder sb = null;
Structs.AtaErrorRegistersCHS errorRegisters;
AtaErrorRegistersCHS errorRegisters;
byte[] ataBuf;
bool sense = dev.AtaIdentify(out ataBuf, out errorRegisters);