118334Speter/* Main header file for Cpu tools GENerated simulators.
290075Sobrien   Copyright (C) 1998, 2007, 2008, 2009, 2010, 2011
3169689Skan   Free Software Foundation, Inc.
418334Speter   Contributed by Cygnus Support.
590075Sobrien
618334SpeterThis file is part of GDB, the GNU debugger.
790075Sobrien
890075SobrienThis program is free software; you can redistribute it and/or modify
990075Sobrienit under the terms of the GNU General Public License as published by
1090075Sobrienthe Free Software Foundation; either version 3 of the License, or
1118334Speter(at your option) any later version.
1290075Sobrien
1390075SobrienThis program is distributed in the hope that it will be useful,
1490075Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1590075SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1618334SpeterGNU General Public License for more details.
1718334Speter
1890075SobrienYou should have received a copy of the GNU General Public License
19169689Skanalong with this program.  If not, see <http://www.gnu.org/licenses/>.  */
20169689Skan
2118334Speter/* This file must be included after sim-base.h.  */
22117395Skan
23117395Skan#ifndef CGEN_SIM_H
24117395Skan#define CGEN_SIM_H
25223262Sbenl
26223262Sbenl#include "cgen-defs.h"
27223262Sbenl#include "cgen-scache.h"
28223262Sbenl#include "cgen-fpu.h"
29223262Sbenl#include "cgen-par.h"
30169689Skan#include "cgen-cpu.h"
3118334Speter#include "cgen-trace.h"
32132718Skan
33169689Skan/* This is a machine generated file.  */
34169689Skan#include "cpuall.h"
3518334Speter
3618334Speter#endif /* CGEN_SIM_H */
3718334Speter