summary refs log tree commit diff stats
path: root/hw/pci/pci_bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci/pci_bus.h')
-rw-r--r--hw/pci/pci_bus.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/pci/pci_bus.h b/hw/pci/pci_bus.h
index 6d3155f14b..6ee443cf88 100644
--- a/hw/pci/pci_bus.h
+++ b/hw/pci/pci_bus.h
@@ -8,10 +8,6 @@
  * use accessor functions in pci.h, pci_bridge.h
  */
 
-#define TYPE_PCI_BUS "PCI"
-#define PCI_BUS(obj) OBJECT_CHECK(PCIBus, (obj), TYPE_PCI_BUS)
-#define TYPE_PCIE_BUS "PCIE"
-
 struct PCIBus {
     BusState qbus;
     PCIDMAContextFunc dma_context_fn;