mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Moved mode decoders to separate files in DiscImageChef.Device.Report.
This commit is contained in:
@@ -35,8 +35,8 @@ typedef struct
|
||||
int decoded;
|
||||
} DecodedMode;
|
||||
|
||||
ModeHeader DecodeModeHeader6(unsigned char* modeResponse, uint8_t deviceType);
|
||||
ModeHeader DecodeModeHeader10(unsigned char* modeResponse, uint8_t deviceType);
|
||||
DecodedMode DecodeMode6(unsigned char* modeResponse, uint8_t deviceType);
|
||||
DecodedMode DecodeMode10(unsigned char* modeResponse, uint8_t deviceType);
|
||||
ModeHeader *DecodeModeHeader6(unsigned char* modeResponse, uint8_t deviceType);
|
||||
ModeHeader *DecodeModeHeader10(unsigned char* modeResponse, uint8_t deviceType);
|
||||
DecodedMode *DecodeMode6(unsigned char* modeResponse, uint8_t deviceType);
|
||||
DecodedMode *DecodeMode10(unsigned char* modeResponse, uint8_t deviceType);
|
||||
#endif //DISCIMAGECHEF_DEVICE_REPORT_SCSI_MODE_H
|
||||
|
||||
Reference in New Issue
Block a user