diff options
author | Huacai Chen <zltjiangshi@gmail.com> | 2010-06-29 10:48:55 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-29 23:07:51 +0200 |
commit | d0f7453d13b2180bbbf47aaa08626179700aa002 (patch) | |
tree | f34b2da3259f86598170407ed403ace5fc4ebfd8 /hw/mips.h | |
parent | 48bb3750e13cbb5a634d3aeab5191d74d124232f (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |