blob: cca11d15d49c1d0f33c009c55c23d4ca4bea736e [file] [log] [blame]
Amit Arora39f29542010-09-14 12:03:22 +05301/*******************************************************************************
Amit Kucheriac0e17fc2011-01-17 09:35:52 +02002 * Copyright (C) 2010, Linaro Limited.
Amit Arora39f29542010-09-14 12:03:22 +05303 *
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 Arorae9e16b02010-08-03 10:15:20 +053016char *items_temp[32] = {"min", "max", "input", "label", ""};
17char *suffix_temp[32] = {"°C", "°C", "°C", "", ""};
18char *items_in[32] = {"min", "max", "input", "label", ""};
19char *suffix_in[32] = {"Volts", "Volts", "Volts", "", ""};
20char *items_fan[32] = {"min", "max", "input", "label", "div", "target", ""};
21char *suffix_fan[32] = {"RPM", "RPM", "RPM", "", "", "RPM", ""};
22char *items_pwm[32] = {"freq", "enable", "mode", ""};
23char *suffix_pwm[32] = {"Hz", "", "", ""};