target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 6 Feb 2023 22:35:02 +0000 (23:35 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2023 16:00:47 +0000 (16:00 +0000)
commit165876f22cd1483931a85728584b64d860329158
tree3d959d7e73a778ac726ff231b93367682ba6929e
parent8f4e07c9d1e8cf58ab196148e0c179e95f70201e
target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'

While dozens of files include "cpu.h", only 3 files require
these NVIC helper declarations.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230206223502.25122-12-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/hw/intc/armv7m_nvic.h
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu_tcg.c
target/arm/m_helper.c