Amit Arora | 39f2954 | 2010-09-14 12:03:22 +0530 | [diff] [blame] | 1 | /******************************************************************************* |
Amit Kucheria | c0e17fc | 2011-01-17 09:35:52 +0200 | [diff] [blame] | 2 | * Copyright (C) 2010, Linaro Limited. |
Amit Arora | 39f2954 | 2010-09-14 12:03:22 +0530 | [diff] [blame] | 3 | * |
| 4 | * This file is part of PowerDebug. |
| 5 | * |
| 6 | * All rights reserved. This program and the accompanying materials |
| 7 | * are made available under the terms of the Eclipse Public License v1.0 |
| 8 | * which accompanies this distribution, and is available at |
| 9 | * http://www.eclipse.org/legal/epl-v10.html |
| 10 | * |
| 11 | * Contributors: |
| 12 | * Amit Arora <amit.arora@linaro.org> (IBM Corporation) |
| 13 | * - initial API and implementation |
| 14 | *******************************************************************************/ |
| 15 | |
Amit Arora | e9e16b0 | 2010-08-03 10:15:20 +0530 | [diff] [blame] | 16 | char *items_temp[32] = {"min", "max", "input", "label", ""}; |
| 17 | char *suffix_temp[32] = {"°C", "°C", "°C", "", ""}; |
| 18 | char *items_in[32] = {"min", "max", "input", "label", ""}; |
| 19 | char *suffix_in[32] = {"Volts", "Volts", "Volts", "", ""}; |
| 20 | char *items_fan[32] = {"min", "max", "input", "label", "div", "target", ""}; |
| 21 | char *suffix_fan[32] = {"RPM", "RPM", "RPM", "", "", "RPM", ""}; |
| 22 | char *items_pwm[32] = {"freq", "enable", "mode", ""}; |
| 23 | char *suffix_pwm[32] = {"Hz", "", "", ""}; |