Statistics
| Branch: | Revision:

root / hw / apb_pci.h @ a1bc20df

History | View | Annotate | Download (265 Bytes)

1 18e08a55 Michael S. Tsirkin
#ifndef APB_PCI_H
2 18e08a55 Michael S. Tsirkin
#define APB_PCI_H
3 18e08a55 Michael S. Tsirkin
4 18e08a55 Michael S. Tsirkin
#include "qemu-common.h"
5 18e08a55 Michael S. Tsirkin
6 a8170e5e Avi Kivity
PCIBus *pci_apb_init(hwaddr special_base,
7 a8170e5e Avi Kivity
                     hwaddr mem_base,
8 361dea40 Blue Swirl
                     qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
9 361dea40 Blue Swirl
                     qemu_irq **pbm_irqs);
10 18e08a55 Michael S. Tsirkin
#endif