summaryrefslogtreecommitdiffstats
path: root/include/hw/m68k/mcf.h
diff options
context:
space:
mode:
authorThomas Huth2020-08-19 08:52:01 +0200
committerThomas Huth2020-09-03 12:47:33 +0200
commit0bc6746e855621398940b51d9bae1827026ea672 (patch)
tree307644a0ecabc6e467e9219e8918481a2bdaed19 /include/hw/m68k/mcf.h
parentconfigure: Add system = 'linux' for meson when cross-compiling (diff)
downloadqemu-0bc6746e855621398940b51d9bae1827026ea672.tar.gz
qemu-0bc6746e855621398940b51d9bae1827026ea672.tar.xz
qemu-0bc6746e855621398940b51d9bae1827026ea672.zip
hw/m68k: QOMify the mcf5206 system integration module
The mcf5206 system integration module should be a proper device. Let's finally QOMify it. Signed-off-by: Thomas Huth <huth@tuxfamily.org> Message-Id: <20200819065201.4045-1-huth@tuxfamily.org>
Diffstat (limited to 'include/hw/m68k/mcf.h')
-rw-r--r--include/hw/m68k/mcf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hw/m68k/mcf.h b/include/hw/m68k/mcf.h
index 0db49c5e60..decf17ce42 100644
--- a/include/hw/m68k/mcf.h
+++ b/include/hw/m68k/mcf.h
@@ -18,7 +18,6 @@ qemu_irq *mcf_intc_init(struct MemoryRegion *sysmem,
M68kCPU *cpu);
/* mcf5206.c */
-qemu_irq *mcf5206_init(struct MemoryRegion *sysmem,
- uint32_t base, M68kCPU *cpu);
+#define TYPE_MCF5206_MBAR "mcf5206-mbar"
#endif