mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Move DeviceType to CommonTypes.
This commit is contained in:
13
Enums/DeviceType.cs
Normal file
13
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