diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
commit | fe7e8758d0abfb6953b5e4f5a1af17ea1598a2bb (patch) | |
tree | 9d38d14611581f6902436e66fd92dab79ef13b5c /hw/arm-misc.h | |
parent | 0027b06d0ef6450a52f96827d303865d7333b196 (diff) |
ARM GIC qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/arm-misc.h')
-rw-r--r-- | hw/arm-misc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/arm-misc.h b/hw/arm-misc.h index 32a5e9f664..367dd25c0b 100644 --- a/hw/arm-misc.h +++ b/hw/arm-misc.h @@ -34,11 +34,8 @@ struct arm_boot_info { }; void arm_load_kernel(CPUState *env, struct arm_boot_info *info); -/* armv7m_nvic.c */ - /* Multiplication factor to convert from system clock ticks to qemu timer ticks. */ extern int system_clock_scale; -qemu_irq *armv7m_nvic_init(CPUState *env); #endif /* !ARM_MISC_H */ |