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