Added helper application to create device reports on Linux systems without .NET framework available.

This commit is contained in:
2017-12-13 00:32:26 +00:00
parent 49ca94c33e
commit d439dcc232
9 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
//
// Created by claunia on 12/12/17.
//
#ifndef DISCIMAGECHEF_DEVICE_REPORT_ATAPI_H
#define DISCIMAGECHEF_DEVICE_REPORT_ATAPI_H
int IdentifyPacket(int fd, unsigned char **buffer, AtaErrorRegistersCHS **errorRegisters);
#endif //DISCIMAGECHEF_DEVICE_REPORT_ATAPI_H