summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAnthony Liguori2010-11-01 16:33:45 +0100
committerAnthony Liguori2010-11-01 16:33:45 +0100
commit4f25ac5f425d435d0c841ab876adfb541cb521a3 (patch)
tree1063e8928010df0492f8f2c38bfd857afcfc6717 /qemu-common.h
parenthda-audio: Zap tabs (diff)
parentMerge branch 'pci' into for_anthony (diff)
downloadqemu-4f25ac5f425d435d0c841ab876adfb541cb521a3.tar.gz
qemu-4f25ac5f425d435d0c841ab876adfb541cb521a3.tar.xz
qemu-4f25ac5f425d435d0c841ab876adfb541cb521a3.zip
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 5a18ca56b5..21fc3a5308 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -237,6 +237,10 @@ typedef struct PCIHostState PCIHostState;
typedef struct PCIExpressHost PCIExpressHost;
typedef struct PCIBus PCIBus;
typedef struct PCIDevice PCIDevice;
+typedef struct PCIExpressDevice PCIExpressDevice;
+typedef struct PCIBridge PCIBridge;
+typedef struct PCIEPort PCIEPort;
+typedef struct PCIESlot PCIESlot;
typedef struct SerialState SerialState;
typedef struct IRQState *qemu_irq;
typedef struct PCMCIACardState PCMCIACardState;