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:
13
DiscImageChef.CommonTypes/Enums/DeviceType.cs
Normal file
13
DiscImageChef.CommonTypes/Enums/DeviceType.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DiscImageChef.CommonTypes.Enums
|
||||
{
|
||||
public enum DeviceType
|
||||
{
|
||||
Unknown,
|
||||
ATA,
|
||||
ATAPI,
|
||||
SCSI,
|
||||
SecureDigital,
|
||||
MMC,
|
||||
NVMe
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user