blob: 3c7570a4d3aba39854a8ef9d561e1743b18a5304 [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 Registers - CPU registers access service.
*/
#ifndef D_registers
#define D_registers
/*
* Initialize registers service.
*/
extern void ini_registers_service(void);
#endif