mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
13 lines
294 B
C
13 lines
294 B
C
//
|
|
// Created by claunia on 13/12/17.
|
|
//
|
|
|
|
#ifndef DISCIMAGECHEF_DEVICE_REPORT_ATAPI_REPORT_H
|
|
#define DISCIMAGECHEF_DEVICE_REPORT_ATAPI_REPORT_H
|
|
|
|
#define DIC_ATAPI_REPORT_ELEMENT "ATAPI"
|
|
|
|
void AtapiReport(int fd, xmlTextWriterPtr xmlWriter);
|
|
|
|
#endif //DISCIMAGECHEF_DEVICE_REPORT_ATAPI_REPORT_H
|