hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
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>
This commit is contained in:
parent
159fb790e4
commit
206e562c5a
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user