summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/pci-host/apb.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/hw/pci-host/apb.h')
-rw-r--r--qemu/include/hw/pci-host/apb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/qemu/include/hw/pci-host/apb.h b/qemu/include/hw/pci-host/apb.h
deleted file mode 100644
index 736db6118..000000000
--- a/qemu/include/hw/pci-host/apb.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