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