From 186993ee2fec8da1dc7d9ca15df295ab76a5b789 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Wed, 10 Feb 2010 21:25:42 +0200 Subject: pci: move pcibus_t to qemu-common move pcibus_t to qemu-common.h to simplify header dependencies. Signed-off-by: Michael S. Tsirkin --- hw/pci.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw') diff --git a/hw/pci.h b/hw/pci.h index 8b511d2..37ebdc4 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -70,7 +70,6 @@ #define PCI_DEVICE_ID_VIRTIO_BALLOON 0x1002 #define PCI_DEVICE_ID_VIRTIO_CONSOLE 0x1003 -typedef uint64_t pcibus_t; #define FMT_PCIBUS PRIx64 typedef void PCIConfigWriteFunc(PCIDevice *pci_dev, -- cgit v1.1