From c190ea07290c3973f4549d6e2ed9e8b2cddaf497 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 10 Jan 2009 11:33:32 +0000 Subject: Add EBUS bridge git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6266 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/pci.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hw/pci.h') diff --git a/hw/pci.h b/hw/pci.h index 3b1caf5ca8..d34f618377 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -168,8 +168,9 @@ void pci_pcnet_init(PCIBus *bus, NICInfo *nd, int devfn); PCIBus *pci_prep_init(qemu_irq *pic); /* apb_pci.c */ -PCIBus *pci_apb_init(target_phys_addr_t special_base, target_phys_addr_t mem_base, - qemu_irq *pic); +PCIBus *pci_apb_init(target_phys_addr_t special_base, + target_phys_addr_t mem_base, + qemu_irq *pic, PCIBus **bus2, PCIBus **bus3); /* sh_pci.c */ PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq, -- cgit v1.2.3-55-g7522