summaryrefslogtreecommitdiffstats
path: root/hwmon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwmon.hpp')
-rw-r--r--hwmon.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/hwmon.hpp b/hwmon.hpp
index 4f4545c..6f85f5c 100644
--- a/hwmon.hpp
+++ b/hwmon.hpp
@@ -14,12 +14,14 @@ static constexpr auto clabel = "label";
static constexpr auto ctarget = "target";
static constexpr auto cenable = "enable";
static constexpr auto cfault = "fault";
+static constexpr auto crawpwm = "";
static const std::string input = cinput;
static const std::string label = clabel;
static const std::string target = ctarget;
static const std::string enable = cenable;
static const std::string fault = cfault;
+static const std::string rawpwm = crawpwm;
} // namespace entry
namespace type
OpenPOWER on IntegriCloud