summaryrefslogtreecommitdiff
path: root/hw/mips.h
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2011-08-26 21:20:12 +0200
committerBlue Swirl <blauwirbel@gmail.com>2011-08-27 17:03:30 +0000
commit97a3f6ffbba66250d9a6f1ba7f8444f6bb8c6676 (patch)
tree92a2a8ae997236cb3ef7acc9ea30ec930f4802d8 /hw/mips.h
parentb213b37072e2eb3e3d13f2a3064e8876f00ce1a0 (diff)
downloadqemu-97a3f6ffbba66250d9a6f1ba7f8444f6bb8c6676.tar.gz
g364fb: convert to qdev
Extract G364 ROM contents from device emulation to machine emulation, so device emulation can be reused in other machines (Commodore Amiga) Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/mips.h')
-rw-r--r--hw/mips.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/mips.h b/hw/mips.h
index cae5f4c804..8ce41fc4be 100644
--- a/hw/mips.h
+++ b/hw/mips.h
@@ -8,11 +8,6 @@ PCIBus *gt64120_register(qemu_irq *pic);
/* bonito.c */
PCIBus *bonito_init(qemu_irq *pic);
-/* g364fb.c */
-int g364fb_mm_init(target_phys_addr_t vram_base,
- target_phys_addr_t ctrl_base, int it_shift,
- qemu_irq irq);
-
/* mipsnet.c */
void mipsnet_init(int base, qemu_irq irq, NICInfo *nd);