aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-11-01 10:33:45 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-11-01 10:33:45 -0500
commit4f25ac5f425d435d0c841ab876adfb541cb521a3 (patch)
tree1063e8928010df0492f8f2c38bfd857afcfc6717 /qemu-common.h
parent9fe5497c4f5425c6d593c3f038e8e5bffc32edd6 (diff)
parentb907b69dd75415bc28349d1dd1e9a598ddace463 (diff)
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 5a18ca56b..21fc3a530 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;