]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/boards.h
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into...
[mirror_qemu.git] / include / hw / boards.h
index 6ff02bf3e4727c0666e4e440898b8f9e6594a76f..c6ad196b14f8c46deba1de36092c13ee1fdd035d 100644 (file)
@@ -6,6 +6,8 @@
 #include "sysemu/blockdev.h"
 #include "sysemu/accel.h"
 #include "hw/qdev.h"
+#include "qapi/qapi-types-machine.h"
+#include "qemu/module.h"
 #include "qom/object.h"
 #include "qom/cpu.h"
 
@@ -292,9 +294,6 @@ struct MachineState {
     } \
     type_init(machine_initfn##_register_types)
 
-extern GlobalProperty hw_compat_4_0_1[];
-extern const size_t hw_compat_4_0_1_len;
-
 extern GlobalProperty hw_compat_4_0[];
 extern const size_t hw_compat_4_0_len;