mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added ATA report to DiscImageChef.Device.Report.
This commit is contained in:
9
DiscImageChef.Device.Report/ata_report.h
Normal file
9
DiscImageChef.Device.Report/ata_report.h
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Created by claunia on 18/12/17.
|
||||
//
|
||||
|
||||
#ifndef DISCIMAGECHEF_DEVICE_REPORT_ATA_REPORT_H
|
||||
#define DISCIMAGECHEF_DEVICE_REPORT_ATA_REPORT_H
|
||||
#define DIC_ATA_REPORT_ELEMENT "ATA"
|
||||
void AtaReport(int fd, xmlTextWriterPtr xmlWriter);
|
||||
#endif //DISCIMAGECHEF_DEVICE_REPORT_ATA_REPORT_H
|
||||
Reference in New Issue
Block a user