diff options
author | Anthony Liguori | 2010-11-01 16:33:45 +0100 |
---|---|---|
committer | Anthony Liguori | 2010-11-01 16:33:45 +0100 |
commit | 4f25ac5f425d435d0c841ab876adfb541cb521a3 (patch) | |
tree | 1063e8928010df0492f8f2c38bfd857afcfc6717 /qemu-common.h | |
parent | hda-audio: Zap tabs (diff) | |
parent | Merge branch 'pci' into for_anthony (diff) | |
download | qemu-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.h | 4 |
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; |