From 34e65944c0351fabcd82aa8c85018980c7e87bff Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Tue, 16 Nov 2010 17:26:09 +0900 Subject: 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 Signed-off-by: Michael S. Tsirkin --- qemu-common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qemu-common.h') 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; -- cgit v1.2.3-55-g7522