diff options
author | Thomas Huth <huth@tuxfamily.org> | 2020-08-19 08:52:01 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-09-03 12:47:33 +0200 |
commit | 0bc6746e855621398940b51d9bae1827026ea672 (patch) | |
tree | 307644a0ecabc6e467e9219e8918481a2bdaed19 /include | |
parent | 853b4baf30a515d87229ee94f89f4b3ad376c9d2 (diff) |
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')
-rw-r--r-- | include/hw/m68k/mcf.h | 3 |
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 |