summaryrefslogtreecommitdiffstats
path: root/atasmart.c
diff options
context:
space:
mode:
Diffstat (limited to 'atasmart.c')
-rw-r--r--atasmart.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/atasmart.c b/atasmart.c
index 2f1222f..f9eb0c8 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -698,6 +698,12 @@ typedef struct SkSmartAttributeInfo {
SkSmartAttributeUnit unit;
} SkSmartAttributeInfo;
+#ifndef STRINGPOOL
+#define P(x) x
+#endif
+
+/* %STRINGPOOLSTART% */
+
/* This data is stolen from smartmontools */
static const SkSmartAttributeInfo const attribute_info[255] = {
[1] = { "raw-read-error-rate", SK_SMART_ATTRIBUTE_UNIT_NONE },
@@ -749,6 +755,8 @@ static const SkSmartAttributeInfo const attribute_info[255] = {
[250] = { "read-error-retry-rate", SK_SMART_ATTRIBUTE_UNIT_NONE }
};
+/* %STRINGPOOLSTOP% */
+
static void make_pretty(SkSmartAttributeParsedData *a) {
uint64_t fourtyeight;