blob: fad5ef29b0859c226335e1c23653519454160b86 [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
*******************************************************************************/
/*
* TCF service Line Numbers
* The service associates locations in the source files with the corresponding
* machine instruction addresses in the executable object.
*/
#ifndef D_linenumbers
#define D_linenumbers
/*
* Initialize Line Numbers service.
*/
extern void ini_line_numbers_service(void);
#endif