diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2010-11-16 17:26:09 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-11-22 10:00:06 +0200 |
commit | 34e65944c0351fabcd82aa8c85018980c7e87bff (patch) | |
tree | a710aa7c7a4ad14a1f69fbfd03d1c6251c23ecb4 /qemu-common.h | |
parent | 1a1ea6f093eb8cf7c01788bc3708ba7003815563 (diff) | |
download | qemu-34e65944c0351fabcd82aa8c85018980c7e87bff.tar.gz qemu-34e65944c0351fabcd82aa8c85018980c7e87bff.tar.bz2 qemu-34e65944c0351fabcd82aa8c85018980c7e87bff.zip |
pcie/aer: helper functions for pcie aer capability
This patch implements helper functions for pcie aer capability
which will be used later.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index b3957f1859..de82c2ea13 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -240,6 +240,9 @@ typedef struct PCIBus PCIBus; typedef struct PCIDevice PCIDevice; typedef struct PCIExpressDevice PCIExpressDevice; typedef struct PCIBridge PCIBridge; +typedef struct PCIEAERMsg PCIEAERMsg; +typedef struct PCIEAERLog PCIEAERLog; +typedef struct PCIEAERErr PCIEAERErr; typedef struct PCIEPort PCIEPort; typedef struct PCIESlot PCIESlot; typedef struct SerialState SerialState; |