blob: a47329a22a3db30c152db034a1fecf0312cb7b0f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 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
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Wind River Systems - initial API and implementation
*******************************************************************************/
/*
* Target service implementation: stack trace (TCF name StackTrace)
*/
#ifndef D_stacktrace
#define D_stacktrace
/*
* Initialize stack trace service.
*/
extern void ini_stack_trace_service(void);
#endif