aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci-host/apb.h
blob: b19bd55c405875cfd68bcb06b126fecc0f45a120 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PCI_HOST_APB_H
#define PCI_HOST_APB_H

#include "qemu-common.h"

PCIBus *pci_apb_init(hwaddr special_base,
                     hwaddr mem_base,
                     qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
                     qemu_irq **pbm_irqs);
#endif