summaryrefslogtreecommitdiff
path: root/hw/arm_gic_internal.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-19hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell1-0/+136
Rearrange the GIC and NVIC so both are straightforward subclasses of a common class, rather than having the NVIC source file textually include arm_gic.c. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>