diff options
author | Paolo Bonzini | 2013-02-05 14:38:25 +0100 |
---|---|---|
committer | Paolo Bonzini | 2013-04-08 18:13:14 +0200 |
commit | 3bd884511f8dc44a01e32878b2972443a16db70d (patch) | |
tree | 97bf4af7947076a7e23f905a370a157e422fd967 /include/hw/sparc | |
parent | hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ (diff) | |
download | qemu-3bd884511f8dc44a01e32878b2972443a16db70d.tar.gz qemu-3bd884511f8dc44a01e32878b2972443a16db70d.tar.xz qemu-3bd884511f8dc44a01e32878b2972443a16db70d.zip |
hw: move timer devices to hw/timer/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/sparc')
-rw-r--r-- | include/hw/sparc/sun4m.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/sparc/sun4m.h b/include/hw/sparc/sun4m.h index e984671129..a587700a8b 100644 --- a/include/hw/sparc/sun4m.h +++ b/include/hw/sparc/sun4m.h @@ -2,6 +2,8 @@ #define SUN4M_H #include "qemu-common.h" +#include "exec/hwaddr.h" +#include "qapi/qmp/types.h" /* Devices used by sparc32 system. */ |