aboutsummaryrefslogtreecommitdiff
path: root/hw/arm-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm-misc.h')
-rw-r--r--hw/arm-misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/arm-misc.h b/hw/arm-misc.h
index 9c95379..7914ff1 100644
--- a/hw/arm-misc.h
+++ b/hw/arm-misc.h
@@ -30,5 +30,8 @@ void arm_load_kernel(CPUState *env, int ram_size, const char *kernel_filename,
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 */