]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/boards.h
machine: call machine init from wrapper
[mirror_qemu.git] / include / hw / boards.h
index 4e14ff060e2b0586e7d39daaa9eb6c906f347b5c..76ce0219ff98b48b041c5cbf644b63573408cb87 100644 (file)
@@ -32,6 +32,7 @@ void memory_region_allocate_system_memory(MemoryRegion *mr, Object *owner,
 MachineClass *find_default_machine(void);
 extern MachineState *current_machine;
 
+void machine_run_board_init(MachineState *machine);
 bool machine_usb(MachineState *machine);
 bool machine_kernel_irqchip_allowed(MachineState *machine);
 bool machine_kernel_irqchip_required(MachineState *machine);