diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-02 17:17:04 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-03 15:47:48 +0200 |
commit | fe5943fecc7c9a55d975e9e55caf527057a94c37 (patch) | |
tree | 8c5137ec85915faa20ba251ab894a8be556dd98a /include/qemu | |
parent | 15d62536a9ec78db9ab07b113e5e07a6e02e52fb (diff) | |
download | qemu-fe5943fecc7c9a55d975e9e55caf527057a94c37.zip qemu-fe5943fecc7c9a55d975e9e55caf527057a94c37.tar.gz qemu-fe5943fecc7c9a55d975e9e55caf527057a94c37.tar.bz2 |
pci: remove some types from typedefs.h
For types that are embedded in structs defined by pci.h, the definition
is pretty much required to be available. Remove them from typedefs.h.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu')
-rw-r--r-- | include/qemu/typedefs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index d23020e..5d999e2 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -78,13 +78,8 @@ typedef struct ObjectClass ObjectClass; typedef struct PCIBridge PCIBridge; typedef struct PCIBus PCIBus; typedef struct PCIDevice PCIDevice; -typedef struct PCIEAERErr PCIEAERErr; -typedef struct PCIEAERLog PCIEAERLog; -typedef struct PCIEAERMsg PCIEAERMsg; typedef struct PCIEPort PCIEPort; typedef struct PCIESlot PCIESlot; -typedef struct PCIESriovPF PCIESriovPF; -typedef struct PCIESriovVF PCIESriovVF; typedef struct PCIExpressDevice PCIExpressDevice; typedef struct PCIExpressHost PCIExpressHost; typedef struct PCIHostDeviceAddress PCIHostDeviceAddress; |