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