summaryrefslogtreecommitdiffstats
path: root/hwmon.hpp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-04 15:39:03 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-13 16:26:06 -0500
commit6e8f6239a80e1db5eae27491c94cd661722f5c6d (patch)
tree23c948d53b320c53a92c47af3cae10dd2177d79c /hwmon.hpp
parent92bbd05bebe90e5371344c530a9f80e5a2810fba (diff)
downloadphosphor-hwmon-6e8f6239a80e1db5eae27491c94cd661722f5c6d.tar.gz
phosphor-hwmon-6e8f6239a80e1db5eae27491c94cd661722f5c6d.zip
Ignore labels
Add a label literal. Ignore labels when scanning sysfs. Change-Id: Iab1946cc53bb5b32d9853cdca6c9b8e5ee5532e3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'hwmon.hpp')
-rw-r--r--hwmon.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwmon.hpp b/hwmon.hpp
index c822045..a19aa34 100644
--- a/hwmon.hpp
+++ b/hwmon.hpp
@@ -9,6 +9,7 @@ using namespace std::literals;
namespace entry
{
static const std::string input = "input"s;
+static const std::string label = "label"s;
}
namespace type
OpenPOWER on IntegriCloud