diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2010-10-27 19:07:10 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-10-27 19:07:10 +0200 |
commit | b907b69dd75415bc28349d1dd1e9a598ddace463 (patch) | |
tree | ac0c20fcaef6e9d675132617e95ca457dc51459e /qemu-common.h | |
parent | df2943ba3c73ca21dbda063f15fa3e80064af864 (diff) | |
parent | 804b207170cdccca3672b63caaf82312ad205a7f (diff) |
Merge branch 'pci' into for_anthony
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 2fbc27f9f0..2498769efa 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -228,6 +228,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; |