mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added SCSI INQUIRY report to DiscImageChef.Device.Report.
This commit is contained in:
11
DiscImageChef.Device.Report/scsi_report.h
Normal file
11
DiscImageChef.Device.Report/scsi_report.h
Normal 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
|
||||
Reference in New Issue
Block a user