sensors/zones: place in namespace and cleanup
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I527dbc8477a232945f696227a7b0b2adbee45175
diff --git a/sysfs/sysfsread.hpp b/sysfs/sysfsread.hpp
index 4c1baec..32ce18e 100644
--- a/sysfs/sysfsread.hpp
+++ b/sysfs/sysfsread.hpp
@@ -5,6 +5,9 @@
#include <string>
+namespace pid_control
+{
+
/*
* A ReadInterface that is expecting a path that's sysfs, but really could be
* any filesystem path.
@@ -21,3 +24,5 @@
private:
const std::string _path;
};
+
+} // namespace pid_control