blob: f00a4f8c3678fcfcf68ff2c082ca01ae1ac15d8d [file] [log] [blame]
Amit Aroraed3e5652010-10-27 12:02:53 +05301/*******************************************************************************
Amit Kucheriac0e17fc2011-01-17 09:35:52 +02002 * Copyright (C) 2010, Linaro Limited.
Amit Aroraed3e5652010-10-27 12:02:53 +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
16#define VALUE_MAX 16
17
18WINDOW windows[TOTAL_FEATURE_WINS];
19
20#define PT_COLOR_DEFAULT 1
21#define PT_COLOR_HEADER_BAR 2
22#define PT_COLOR_ERROR 3
23#define PT_COLOR_RED 4
24#define PT_COLOR_YELLOW 5
25#define PT_COLOR_GREEN 6
26#define PT_COLOR_BRIGHT 7
27#define PT_COLOR_BLUE 8