mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added helper application to create device reports on Linux systems without .NET framework available.
This commit is contained in:
8
DiscImageChef.Device.Report/atapi.h
Normal file
8
DiscImageChef.Device.Report/atapi.h
Normal 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
|
||||
Reference in New Issue
Block a user