aboutsummaryrefslogtreecommitdiff
path: root/hw/mips.h
diff options
context:
space:
mode:
authorHuacai Chen <zltjiangshi@gmail.com>2010-06-29 10:48:55 +0800
committerAurelien Jarno <aurelien@aurel32.net>2010-06-29 23:07:51 +0200
commitd0f7453d13b2180bbbf47aaa08626179700aa002 (patch)
treef34b2da3259f86598170407ed403ace5fc4ebfd8 /hw/mips.h
parent48bb3750e13cbb5a634d3aeab5191d74d124232f (diff)
MIPS: Initial support of bonito north bridge used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/mips.h')
-rw-r--r--hw/mips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/mips.h b/hw/mips.h
index 30791a8614..617ea103c0 100644
--- a/hw/mips.h
+++ b/hw/mips.h
@@ -5,6 +5,9 @@
/* gt64xxx.c */
PCIBus *pci_gt64120_init(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);
void ds1225y_set_protection(void *opaque, int protection);