mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
ARM GIC qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
0027b06d0e
commit
fe7e8758d0
8 changed files with 172 additions and 128 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue