blob: d5084c4e95320d520a1733d25c203d85279bd91d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Xilinx, 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:
* Xilinx - initial API and implementation
*******************************************************************************/
#include <tcf/regset.h>
#if !defined(ENABLE_add_cpudefs_disassembler)
#define ENABLE_add_cpudefs_disassembler 1
extern void add_cpudefs_disassembler(Context * cpu_ctx);
#endif
#if !defined(ENABLE_external_stepping_mode)
#define ENABLE_external_stepping_mode 1
#endif
extern RegisterDefinition * regs_index;
extern unsigned char BREAK_INST[4];
#define ENABLE_ini_cpudefs_mdep 1
extern void ini_cpudefs_mdep(void);