Statistics
| Branch: | Revision:

root / hw / apb_pci.h @ 0ed8b6f6

History | View | Annotate | Download (289 Bytes)

1
#ifndef APB_PCI_H
2
#define APB_PCI_H
3

    
4
#include "qemu-common.h"
5

    
6
PCIBus *pci_apb_init(target_phys_addr_t special_base,
7
                     target_phys_addr_t mem_base,
8
                     qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
9
                     qemu_irq **pbm_irqs);
10
#endif