aboutsummaryrefslogtreecommitdiff
path: root/hw/mcf.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mcf.h')
-rw-r--r--hw/mcf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mcf.h b/hw/mcf.h
index f929910f02..dc21028cd2 100644
--- a/hw/mcf.h
+++ b/hw/mcf.h
@@ -25,6 +25,6 @@ void mcf_fec_init(struct MemoryRegion *sysmem, NICInfo *nd,
/* mcf5206.c */
qemu_irq *mcf5206_init(struct MemoryRegion *sysmem,
- uint32_t base, CPUM68KState *env);
+ uint32_t base, M68kCPU *cpu);
#endif