]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Oct 2023 13:02:14 +0000 (15:02 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Oct 2023 12:01:52 +0000 (13:01 +0100)
commit85c90d45f6bd0d931af5ff7cc37a8a34ab285489
treedd65e1905d836d3f8fc605df758d3ba97ea0cc2d
parent29ecf2de024b386acc72b53b9eb0c3559883d1b6
hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'

struct arm_boot_info is declared in "hw/arm/boot.h".
By including the correct header we don't need to declare
it again in "target/arm/cpu-qom.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20231013130214.95742-1-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/hw/arm/exynos4210.h
target/arm/cpu-qom.h