diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
commit | a5580466257337e74e48124c185e4db9d29325ec (patch) | |
tree | b45bc816375cd1201390883478d9207342ae0023 /hw/arm-misc.h | |
parent | cf21e106cd9b34a12a533191932a8a08a1f5ebe4 (diff) |
Stellaris ethernet 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 5daac4fabf..32a5e9f664 100644 --- a/hw/arm-misc.h +++ b/hw/arm-misc.h @@ -41,7 +41,4 @@ void arm_load_kernel(CPUState *env, struct arm_boot_info *info); extern int system_clock_scale; qemu_irq *armv7m_nvic_init(CPUState *env); -/* stellaris_enent.c */ -void stellaris_enet_init(NICInfo *nd, uint32_t base, qemu_irq irq); - #endif /* !ARM_MISC_H */ |