Ticket #730: ataprint.h.diff
File ataprint.h.diff, 680 bytes (added by , 9 years ago) |
---|
-
ataprint.h
28 28 #define ATAPRINT_H_CVSID "$Id$\n" 29 29 30 30 #include <vector> 31 #include "intelliprop.h" // iprop_args 31 32 32 33 // Request to dump a GP or SMART log 33 34 struct ata_log_request … … 87 88 firmwarebug_defs firmwarebugs; // -F options 88 89 bool fix_swapped_id; // Fix swapped ID strings returned by some buggy drivers 89 90 91 intelliprop_args iprop_args; //Handles information for Intelliprop specific commands 90 92 ata_vendor_attr_defs attribute_defs; // -v options 91 93 92 94 bool ignore_presets; // Ignore presets from drive database