aboutsummaryrefslogtreecommitdiff
path: root/include/hw/m68k
diff options
context:
space:
mode:
authorThomas Huth <huth@tuxfamily.org>2020-08-19 08:52:01 +0200
committerThomas Huth <thuth@redhat.com>2020-09-03 12:47:33 +0200
commit0bc6746e855621398940b51d9bae1827026ea672 (patch)
tree307644a0ecabc6e467e9219e8918481a2bdaed19 /include/hw/m68k
parent853b4baf30a515d87229ee94f89f4b3ad376c9d2 (diff)
downloadqemu-0bc6746e855621398940b51d9bae1827026ea672.zip
qemu-0bc6746e855621398940b51d9bae1827026ea672.tar.gz
qemu-0bc6746e855621398940b51d9bae1827026ea672.tar.bz2
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')
-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 0db49c5..decf17c 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