From f3647b55e7958eb89dece294d99ac8389c9cb57b Mon Sep 17 00:00:00 2001 From: Eugene Tarassov Date: Thu, 24 Nov 2011 13:29:24 -0800 Subject: TCF Agent: added "tcf/" prefix to system and machine dependent header files. --- agent/system/VxWorks/tcf/regset.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 agent/system/VxWorks/tcf/regset.h (limited to 'agent/system/VxWorks/tcf/regset.h') diff --git a/agent/system/VxWorks/tcf/regset.h b/agent/system/VxWorks/tcf/regset.h new file mode 100644 index 00000000..0a12cb92 --- /dev/null +++ b/agent/system/VxWorks/tcf/regset.h @@ -0,0 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2009, 2010 Wind River Systems, Inc. and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * and Eclipse Distribution License v1.0 which accompany this distribution. + * The Eclipse Public License is available at + * http://www.eclipse.org/legal/epl-v10.html + * and the Eclipse Distribution License is available at + * http://www.eclipse.org/org/documents/edl-v10.php. + * You may elect to redistribute this code under either of these licenses. + * + * Contributors: + * Wind River Systems - initial API and implementation + *******************************************************************************/ + +/* + * This header file provides definition of REG_SET - a structure that can + * hold values of target CPU registers. + */ + +#if defined(_WRS_KERNEL) +# include +#endif -- cgit v1.2.3