blob: c35bd442246add4bcd61c7bc52b2e7a414cee1c7 [file] [log] [blame]
Amit Aroraed3e5652010-10-27 12:02:53 +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
17#define VALUE_MAX 16
18
19WINDOW windows[TOTAL_FEATURE_WINS];
20
21#define PT_COLOR_DEFAULT 1
22#define PT_COLOR_HEADER_BAR 2
23#define PT_COLOR_ERROR 3
24#define PT_COLOR_RED 4
25#define PT_COLOR_YELLOW 5
26#define PT_COLOR_GREEN 6
27#define PT_COLOR_BRIGHT 7
28#define PT_COLOR_BLUE 8