mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move DeviceType to CommonTypes.
This commit is contained in:
@@ -37,17 +37,6 @@ using System;
|
||||
|
||||
namespace DiscImageChef.Devices
|
||||
{
|
||||
public enum DeviceType
|
||||
{
|
||||
Unknown,
|
||||
ATA,
|
||||
ATAPI,
|
||||
SCSI,
|
||||
SecureDigital,
|
||||
MMC,
|
||||
NVMe
|
||||
}
|
||||
|
||||
#region ATA Commands
|
||||
/// <summary>
|
||||
/// All known ATA commands
|
||||
|
||||
Reference in New Issue
Block a user