]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Apr 2024 15:07:03 +0000 (17:07 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 25 Apr 2024 10:48:12 +0000 (12:48 +0200)
cpu_physical_memory_write() is declared in "exec/cpu-common.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20240418192525.97451-21-philmd@linaro.org>

hw/xtensa/bootparam.h

index ade7891ec5057e9df789562a96837a89792834e5..f57ff850bcbdd4e856437868132623e9fd3ba968 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef HW_XTENSA_BOOTPARAM_H
 #define HW_XTENSA_BOOTPARAM_H
 
+#include "exec/cpu-common.h"
+
 #define BP_TAG_COMMAND_LINE     0x1001  /* command line (0-terminated string)*/
 #define BP_TAG_INITRD           0x1002  /* ramdisk addr and size (bp_meminfo) */
 #define BP_TAG_MEMORY           0x1003  /* memory addr and size (bp_meminfo) */