]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/cgen-cpu.h
sim: cgen: prep for inverting sim_cpu storage
[thirdparty/binutils-gdb.git] / sim / common / cgen-cpu.h
index 92161a84b8756be80ca3c2008452cc3fc3a89227..d65e0dba0b2002c50086668bc18184d821ba709b 100644 (file)
@@ -20,6 +20,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef CGEN_CPU_H
 #define CGEN_CPU_H
 
+#include "cgen-defs.h"
+#include "cgen-fpu.h"
+#include "cgen-par.h"
+#include "cgen-scache.h"
+
 /* Type of function that is ultimately called by sim_resume.  */
 typedef void (ENGINE_FN) (SIM_CPU *);