From fb47a2e983f3e0b4c9d36fe0d31ed8a1224e767b Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Thu, 12 Nov 2009 14:58:41 +0900 Subject: pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h. This patch moves two typedefs, PCIHostState and PCIExpressHost to qemu-common.h for consistency as PCIBus and PCIDevice are typedefed in qemu-common.h. Signed-off-by: Isaku Yamahata Signed-off-by: Michael S. Tsirkin --- qemu-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qemu-common.h') diff --git a/qemu-common.h b/qemu-common.h index b1e038b..57af677 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -198,6 +198,8 @@ typedef struct i2c_bus i2c_bus; typedef struct i2c_slave i2c_slave; typedef struct SMBusDevice SMBusDevice; typedef struct QEMUTimer QEMUTimer; +typedef struct PCIHostState PCIHostState; +typedef struct PCIExpressHost PCIExpressHost; typedef struct PCIBus PCIBus; typedef struct PCIDevice PCIDevice; typedef struct SerialState SerialState; -- cgit v1.1