diff options
Diffstat (limited to 'hw/apb_pci.h')
-rw-r--r-- | hw/apb_pci.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hw/apb_pci.h b/hw/apb_pci.h deleted file mode 100644 index 736db61..0000000 --- a/hw/apb_pci.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef APB_PCI_H -#define APB_PCI_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 |