commit | ee851a1e8df5d777219d51fd285efe53e8e71d18 | [log] [tgz] |
---|---|---|
author | Amit Kucheria <amit.kucheria@linaro.org> | Wed Jan 12 04:57:48 2011 +0530 |
committer | Amit Kucheria <amit.kucheria@linaro.org> | Wed Jan 12 04:57:48 2011 +0530 |
tree | 553648c60015924724eaee528118b75749701548 | |
parent | 0a4d019e12ff334e2b8104329da73fcee52749cd [diff] [blame] |
Make the clock tab the first tab Change the order of the tabs - Clock, regulator, sensors
diff --git a/powerdebug.h b/powerdebug.h index f351ff2..ea1ad29 100644 --- a/powerdebug.h +++ b/powerdebug.h
@@ -26,7 +26,7 @@ #define VERSION "1.0" #define TOTAL_FEATURE_WINS 3 /* Regulator, Clock and Sensor (for now) */ -enum {REGULATOR, CLOCK, SENSOR}; +enum {CLOCK, REGULATOR, SENSOR}; enum {CLOCK_SELECTED = 1, REFRESH_WINDOW}; extern struct regulator_info *regulators_info;