mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
12 lines
329 B
C
12 lines
329 B
C
|
|
//
|
||
|
|
// 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
|