hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 6 Oct 2023 07:15:34 +0000 (09:15 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Oct 2023 12:46:07 +0000 (14:46 +0200)
commit43e61fc8953bc2e40c3549368b2600787fbd53a9
treeaf5f63b5d5fa8fd042ac54bec3ef19796b72374c
parent2d4651641f611d2a4b5457ec25e39f2a0de953b4
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>
include/hw/misc/mips_itu.h
target/mips/cpu.h
target/mips/tcg/sysemu/cp0_helper.c