Added SCSI INQUIRY report to DiscImageChef.Device.Report.

This commit is contained in:
2017-12-15 01:15:11 +00:00
parent 10054f1de2
commit 8930336221
9 changed files with 496 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
//
// Created by claunia on 14/12/17.
//
#ifndef DISCIMAGECHEF_DEVICE_REPORT_SCSI_REPORT_H
#define DISCIMAGECHEF_DEVICE_REPORT_SCSI_REPORT_H
#define DIC_SCSI_REPORT_ELEMENT "SCSI"
#define DIC_SCSI_INQUIRY_ELEMENT "Inquiry"
void ScsiReport(int fd, xmlTextWriterPtr xmlWriter);
#endif //DISCIMAGECHEF_DEVICE_REPORT_SCSI_REPORT_H