summaryrefslogtreecommitdiff
path: root/hw/mips.h
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2011-07-18 23:34:22 +0200
committerBlue Swirl <blauwirbel@gmail.com>2011-07-20 20:54:51 +0000
commitcd3e2409a3605b89b6bea2e67fc128c6a9f8d921 (patch)
treea4a1896e4b5a1d7c4b39d65161ec16ae24145595 /hw/mips.h
parentd43ed9ec2566922e76420b4ac914df6b2d473c4b (diff)
downloadqemu-cd3e2409a3605b89b6bea2e67fc128c6a9f8d921.tar.gz
ds1225y: convert to qdev device, and use it in MIPS Jazz emulation
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/mips.h b/hw/mips.h
index 93c8831f91..cae5f4c804 100644
--- a/hw/mips.h
+++ b/hw/mips.h
@@ -8,9 +8,6 @@ PCIBus *gt64120_register(qemu_irq *pic);
/* bonito.c */
PCIBus *bonito_init(qemu_irq *pic);
-/* ds1225y.c */
-void *ds1225y_init(target_phys_addr_t mem_base, const char *filename);
-
/* g364fb.c */
int g364fb_mm_init(target_phys_addr_t vram_base,
target_phys_addr_t ctrl_base, int it_shift,