namespace DiscImageChef.CommonTypes.Enums { public enum DeviceType { Unknown, ATA, ATAPI, SCSI, SecureDigital, MMC, NVMe } }