qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 23/49] sh4: include cpu-qom.h in files that require


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 23/49] sh4: include cpu-qom.h in files that require SuperHCPU
Date: Wed, 16 Mar 2016 11:46:33 +0100

Signed-off-by: Paolo Bonzini <address@hidden>
---
 include/hw/sh4/sh.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hw/sh4/sh.h b/include/hw/sh4/sh.h
index e61de9a..070312d 100644
--- a/include/hw/sh4/sh.h
+++ b/include/hw/sh4/sh.h
@@ -3,6 +3,7 @@
 /* Definitions for SH board emulation.  */
 
 #include "hw/sh4/sh_intc.h"
+#include "target-sh4/cpu-qom.h"
 
 #define A7ADDR(x) ((x) & 0x1fffffff)
 #define P4ADDR(x) ((x) | 0xe0000000)
-- 
1.8.3.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]