diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-06 09:15:34 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-19 23:13:27 +0200 |
commit | db646e830e58f611a112210972332711f9c28af9 (patch) | |
tree | bb0cac3c833e3b331879dc9f7742780415749960 /target/mips/tcg | |
parent | 30a8d3a14216e31f2539b00ff4e5df7f3a08ce89 (diff) | |
download | qemu-db646e830e58f611a112210972332711f9c28af9.zip qemu-db646e830e58f611a112210972332711f9c28af9.tar.gz qemu-db646e830e58f611a112210972332711f9c28af9.tar.bz2 |
hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
We already provide "hw/misc/mips_itu.h" to declare prototype
related to MIPSITUState. Move itc_reconfigure() declaration
there.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231009171443.12145-3-philmd@linaro.org>
Diffstat (limited to 'target/mips/tcg')
-rw-r--r-- | target/mips/tcg/sysemu/cp0_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/tcg/sysemu/cp0_helper.c b/target/mips/tcg/sysemu/cp0_helper.c index 5da1124..d349548 100644 --- a/target/mips/tcg/sysemu/cp0_helper.c +++ b/target/mips/tcg/sysemu/cp0_helper.c @@ -28,6 +28,7 @@ #include "qemu/host-utils.h" #include "exec/helper-proto.h" #include "exec/exec-all.h" +#include "hw/misc/mips_itu.h" /* SMP helpers. */ |