diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2010-02-10 21:25:42 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-02-14 16:10:53 +0200 |
commit | 186993ee2fec8da1dc7d9ca15df295ab76a5b789 (patch) | |
tree | 09c4f7292eb62e40cf099c94539da661ddd55edd /hw/pci.h | |
parent | bc798c77e54f73b637e02bdc02bd799660adb7b7 (diff) |
pci: move pcibus_t to qemu-common
move pcibus_t to qemu-common.h to simplify header dependencies.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci.h')
-rw-r--r-- | hw/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |