diff options
author | Alex Williamson | 2013-03-14 23:01:05 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2013-03-26 20:02:18 +0100 |
commit | cf09458d644934976aa64e88bb41ef9a4cc2766a (patch) | |
tree | 55fd10ece8f00d66e48e5808264835fc48feab6c /hw/pci/pci_bus.h | |
parent | pci: Create and register a new PCI Express TypeInfo (diff) | |
download | qemu-cf09458d644934976aa64e88bb41ef9a4cc2766a.tar.gz qemu-cf09458d644934976aa64e88bb41ef9a4cc2766a.tar.xz qemu-cf09458d644934976aa64e88bb41ef9a4cc2766a.zip |
pci: Move PCI and PCIE type defines
Move these so that we can reference them from a more common header
instead of including pci_bus.h everywhere.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci/pci_bus.h')
-rw-r--r-- | hw/pci/pci_bus.h | 4 |
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; |