Added ATAPI report to DiscImageChef.Device.Report.

This commit is contained in:
2017-12-14 19:21:33 +00:00
parent a5756edce1
commit 89234befb3
7 changed files with 3435 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
//
// Created by claunia on 13/12/17.
//
#ifndef DISCIMAGECHEF_DEVICE_REPORT_ATAPI_REPORT_H
#define DISCIMAGECHEF_DEVICE_REPORT_ATAPI_REPORT_H
#include <libxml/xmlwriter.h>
void AtapiReport(int fd, xmlTextWriterPtr xmlWriter);
#endif //DISCIMAGECHEF_DEVICE_REPORT_ATAPI_REPORT_H