Statistics
| Branch: | Revision:

root / hw / arm_gic_internal.h @ 9bfa659e

History | View | Annotate | Download (5.1 kB)

# Date Author Comment
1e8cae4d 06/19/2012 04:24 pm Peter Maydell

hw/armv7m_nvic: Make the NVIC a freestanding class

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 <>