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