summaryrefslogtreecommitdiffstats
path: root/src/osx/sensors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osx/sensors.hpp')
-rw-r--r--src/osx/sensors.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/osx/sensors.hpp b/src/osx/sensors.hpp
new file mode 100644
index 0000000..0cf7159
--- /dev/null
+++ b/src/osx/sensors.hpp
@@ -0,0 +1,8 @@
+#include <map>
+
+namespace Cpu {
+ class ThermalSensors {
+ public:
+ std::map<int, double> getSensors();
+ };
+} // namespace Cpu