From f75c8e5e4c53c15b9c5a4668334ec7fbc811867b Mon Sep 17 00:00:00 2001 From: Wojciech Piekutowski Date: Mon, 11 Apr 2011 23:16:56 +0200 Subject: Display endurance-remaining as percentage decreasing from 100 to 0 --- atasmart.h | 1 + 1 file changed, 1 insertion(+) (limited to 'atasmart.h') diff --git a/atasmart.h b/atasmart.h index aa4e339..dcb6408 100644 --- a/atasmart.h +++ b/atasmart.h @@ -133,6 +133,7 @@ typedef enum SkSmartAttributeUnit { SK_SMART_ATTRIBUTE_UNIT_MSECONDS, /* milliseconds */ SK_SMART_ATTRIBUTE_UNIT_SECTORS, SK_SMART_ATTRIBUTE_UNIT_MKELVIN, /* millikelvin */ + SK_SMART_ATTRIBUTE_UNIT_PERCENT, _SK_SMART_ATTRIBUTE_UNIT_MAX /* This enum may be extended at any time without this being -- cgit