aboutsummaryrefslogtreecommitdiff
path: root/sensor.h
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-08-03 10:15:20 +0530
committerAmit Arora <amit.arora@linaro.org>2010-08-03 10:15:20 +0530
commite9e16b0ae8add42168c68e9d8bbd27d97fa944bd (patch)
tree9d9734e227bf83e15e770975ecacbc71ae49868c /sensor.h
New powerdebug tool
This is a new tool to show some of the information which powertop doesn't - like, information for sensor, regulator etc.
Diffstat (limited to 'sensor.h')
-rw-r--r--sensor.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sensor.h b/sensor.h
new file mode 100644
index 0000000..fe2f5d8
--- /dev/null
+++ b/sensor.h
@@ -0,0 +1,9 @@
+char *items_temp[32] = {"min", "max", "input", "label", ""};
+char *suffix_temp[32] = {"°C", "°C", "°C", "", ""};
+char *items_in[32] = {"min", "max", "input", "label", ""};
+char *suffix_in[32] = {"Volts", "Volts", "Volts", "", ""};
+char *items_fan[32] = {"min", "max", "input", "label", "div", "target", ""};
+char *suffix_fan[32] = {"RPM", "RPM", "RPM", "", "", "RPM", ""};
+char *items_pwm[32] = {"freq", "enable", "mode", ""};
+char *suffix_pwm[32] = {"Hz", "", "", ""};
+